podman: add debug directories from podman containers

This is meant to allow us to find the debug files for a given library for
podman containers running as the current user. However, we still need to
try to translate the fuse-overlayfs paths when parsing the /proc/pid/mounts
or we'll have incorrect paths coming from the event stream.
This commit is contained in:
Christian Hergert
2020-01-24 10:54:32 -08:00
parent d176efe91c
commit 9a3a95a5ca
4 changed files with 104 additions and 0 deletions

View File

@ -69,6 +69,7 @@ libsysprof_private_sources = [
'sysprof-line-reader.c',
'sysprof-map-lookaside.c',
'sysprof-mountinfo.c',
'sysprof-podman.c',
'sysprof-polkit.c',
'sysprof-symbol-map.c',
ipc_service_src,