libsysprof: compress various process information

This commit is contained in:
Christian Hergert
2023-07-19 18:33:00 -07:00
parent 4d37230917
commit 118484607d

View File

@ -211,7 +211,7 @@ add_process_info (SysprofRecording *recording,
* in resolving symbols later on.
*/
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
* wrong. We'll have to rely on CRC/build-id instead.