ee3a78433f
libsysprof-profile: add processes during recording
...
We want to reduce the chances we miss things between prepare and record
virtual methods, so delay the adding of processes until the recording is
started. We may get duplicate records, but we can deal with that when
analyzing the capture.
2023-05-30 17:12:19 -07:00
5c825c1fb5
libsysprof-profile: add some basic process information
...
This needs to get into the capture, and we still need to respond to the
discovery of new processes as well (which we lack API for).
2023-05-30 17:06:28 -07:00
f91e13e055
libsysprof-profile: require org.gnome.sysprof3.profile policy
...
This will be needed to read the given proc files that should be captured
in the recording.
2023-05-30 16:11:38 -07:00
4fe9339113
libsysprof-profile: capture files using recording API
2023-05-30 14:44:01 -07:00
02811d593b
libsysprof-profile: start on linux host info instrument
...
This instrument is meant to gather information about the host that we will
need as part of the capture to decode things properly.
2023-05-27 10:33:45 -07:00