sysprof: add stack trace view to allocation section

This commit is contained in:
Christian Hergert
2023-07-13 17:45:18 -07:00
parent 69120dadc8
commit 2c8bae5a7f

View File

@ -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>