sysprof: connect document/session to callgraph

This commit is contained in:
Christian Hergert
2023-07-08 18:20:24 -07:00
parent 115cf4ffd6
commit 14aab30cbb

View File

@ -8,6 +8,19 @@
<child>
<object class="SysprofWeightedCallgraphView" id="callgraph_view">
<property name="vexpand">true</property>
<binding name="document">
<lookup name="document" type="SysprofSession">
<lookup name="session">SysprofSamplesSection</lookup>
</lookup>
</binding>
<binding name="traceables">
<!-- TODO: This should be filtered by Session selected time span -->
<lookup name="samples" type="SysprofDocument">
<lookup name="document" type="SysprofSession">
<lookup name="session">SysprofSamplesSection</lookup>
</lookup>
</lookup>
</binding>
</object>
</child>
</object>