libsysprof-analyze: add document type for memory maps

This commit is contained in:
Christian Hergert
2023-04-27 17:00:18 -07:00
parent 4f74e92523
commit c1d00db0fb
5 changed files with 241 additions and 1 deletions

View File

@ -1,6 +1,7 @@
libsysprof_analyze_public_sources = [
'sysprof-document.c',
'sysprof-document-frame.c',
'sysprof-document-mmap.c',
'sysprof-document-sample.c',
]
@ -8,6 +9,7 @@ libsysprof_analyze_public_headers = [
'sysprof-analyze.h',
'sysprof-document.h',
'sysprof-document-frame.h',
'sysprof-document-mmap.h',
'sysprof-document-sample.h',
]