mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-profile: add address mappings parser
This parses the contents of /proc/$pid/maps and has a crude helper to test it against real world files (which found a missing capture we had).
This commit is contained in:
@ -17,6 +17,7 @@ libsysprof_profile_public_sources = [
|
||||
libsysprof_profile_private_sources = [
|
||||
'mapped-ring-buffer-source.c',
|
||||
'sysprof-controlfd-instrument.c',
|
||||
'sysprof-maps-parser.c',
|
||||
'sysprof-perf-event-stream.c',
|
||||
'sysprof-podman.c',
|
||||
'sysprof-polkit.c',
|
||||
|
||||
Reference in New Issue
Block a user