mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-ui: also try to connect to D-Bus if pids specified
If we are connecting to an existing process, we want to try to extract profiling data using D-Bus for that process.
This commit is contained in:
@ -20,6 +20,12 @@
|
|||||||
<property name="envvar">GTK_TRACE_FD</property>
|
<property name="envvar">GTK_TRACE_FD</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="SysprofProxySource">
|
||||||
|
<property name="bus-type">session</property>
|
||||||
|
<property name="object-path">/org/gtk/Profiler</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
</object>
|
</object>
|
||||||
<object class="SysprofAid" id="gjs_aid">
|
<object class="SysprofAid" id="gjs_aid">
|
||||||
<property name="display-name">GJS</property>
|
<property name="display-name">GJS</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user