mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 08:00:53 +00:00
libsysprof: compress various process information
This commit is contained in:
@ -211,7 +211,7 @@ add_process_info (SysprofRecording *recording,
|
|||||||
* in resolving symbols later on.
|
* in resolving symbols later on.
|
||||||
*/
|
*/
|
||||||
mount_path = g_strdup_printf ("/proc/%u/mountinfo", pid);
|
mount_path = g_strdup_printf ("/proc/%u/mountinfo", pid);
|
||||||
_sysprof_recording_add_file_data (recording, mount_path, mountinfo, -1, FALSE);
|
_sysprof_recording_add_file_data (recording, mount_path, mountinfo, -1, TRUE);
|
||||||
|
|
||||||
/* Ignore inodes from podman/toolbox because they appear to always be
|
/* Ignore inodes from podman/toolbox because they appear to always be
|
||||||
* wrong. We'll have to rely on CRC/build-id instead.
|
* wrong. We'll have to rely on CRC/build-id instead.
|
||||||
|
|||||||
Reference in New Issue
Block a user