mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
sysprof: connect document/session to callgraph
This commit is contained in:
@ -8,6 +8,19 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="SysprofWeightedCallgraphView" id="callgraph_view">
|
<object class="SysprofWeightedCallgraphView" id="callgraph_view">
|
||||||
<property name="vexpand">true</property>
|
<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>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
|||||||
Reference in New Issue
Block a user