mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user