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:
@ -12,6 +12,7 @@ libsysprof_profile_testsuite_c_args = [
|
||||
]
|
||||
|
||||
libsysprof_profile_testsuite = {
|
||||
'test-maps-parser' : {'skip': true},
|
||||
'test-profiler' : {'skip': true},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user