mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
sysprof: add stack trace view to allocation section
This commit is contained in:
@ -93,6 +93,32 @@
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<property name="utility">
|
||||
<object class="AdwToolbarView">
|
||||
<style>
|
||||
<class name="utility"/>
|
||||
</style>
|
||||
<child type="top">
|
||||
<object class="AdwHeaderBar">
|
||||
<property name="title-widget">
|
||||
<object class="AdwWindowTitle">
|
||||
<property name="title" translatable="yes">Stack Trace</property>
|
||||
</object>
|
||||
</property>
|
||||
</object>
|
||||
</child>
|
||||
<property name="content">
|
||||
<object class="SysprofTraceablesUtility">
|
||||
<binding name="session">
|
||||
<lookup name="session">SysprofMemorySection</lookup>
|
||||
</binding>
|
||||
<binding name="traceables">
|
||||
<lookup name="utility-traceables">callgraph_view</lookup>
|
||||
</binding>
|
||||
</object>
|
||||
</property>
|
||||
</object>
|
||||
</property>
|
||||
</template>
|
||||
</interface>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user