libsysprof-analyze: add SysprofDocumentOverlay

This maps to the SysprofCaptureOverlay data frames. We need them currently
to be able to locate files from various podman/toolbox rootless containers.
This commit is contained in:
Christian Hergert
2023-05-19 16:51:15 -07:00
parent 61d5187b09
commit 12e497891f
6 changed files with 202 additions and 0 deletions

View File

@ -12,6 +12,7 @@ libsysprof_analyze_public_sources = [
'sysprof-document-mark.c',
'sysprof-document-metadata.c',
'sysprof-document-mmap.c',
'sysprof-document-overlay.c',
'sysprof-document-process.c',
'sysprof-document-sample.c',
'sysprof-document-traceable.c',
@ -55,6 +56,7 @@ libsysprof_analyze_public_headers = [
'sysprof-document-mark.h',
'sysprof-document-metadata.h',
'sysprof-document-mmap.h',
'sysprof-document-overlay.h',
'sysprof-document-process.h',
'sysprof-document-sample.h',
'sysprof-document-traceable.h',