libsysprof-analyze: start on mount namespace APIs

The goal here is that we can try to reproduce to some degree the mount
namespace as the PID saw it, but also convert that to paths where we can
find the files on the host system.
This commit is contained in:
Christian Hergert
2023-05-05 12:44:31 -07:00
parent 17eaa7a610
commit ee957ed1d4
5 changed files with 379 additions and 0 deletions

View File

@ -22,6 +22,8 @@ libsysprof_analyze_public_sources = [
libsysprof_analyze_private_sources = [
'sysprof-mapped-file.c',
'sysprof-memory-map.c',
'sysprof-mount-device.c',
'sysprof-mount-namespace.c',
]
libsysprof_analyze_public_headers = [