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:
Christian Hergert
2023-06-09 17:23:06 -07:00
parent 9e8c4dba54
commit ee165ea91f
5 changed files with 211 additions and 0 deletions

View File

@ -12,6 +12,7 @@ libsysprof_profile_testsuite_c_args = [
]
libsysprof_profile_testsuite = {
'test-maps-parser' : {'skip': true},
'test-profiler' : {'skip': true},
}