mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="SysprofProxySource">
|
||||
<property name="bus-type">session</property>
|
||||
<property name="object-path">/org/gtk/Profiler</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<object class="SysprofAid" id="gjs_aid">
|
||||
<property name="display-name">GJS</property>
|
||||
|
||||
Reference in New Issue
Block a user