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

@ -38,6 +38,7 @@ G_BEGIN_DECLS
# include "sysprof-document-mark.h"
# include "sysprof-document-metadata.h"
# include "sysprof-document-mmap.h"
# include "sysprof-document-overlay.h"
# include "sysprof-document-process.h"
# include "sysprof-document-sample.h"
# include "sysprof-document-traceable.h"