libsysprof-analyze: add SysprofDocumentFileChunk

This object will represent frames in the list model which are file chunks.
This commit is contained in:
Christian Hergert
2023-05-05 13:29:06 -07:00
parent 1c75c4c548
commit 235dd98621
5 changed files with 213 additions and 0 deletions

View File

@ -3,6 +3,7 @@ libsysprof_analyze_public_sources = [
'sysprof-document.c',
'sysprof-document-allocation.c',
'sysprof-document-exit.c',
'sysprof-document-file-chunk.c',
'sysprof-document-fork.c',
'sysprof-document-frame.c',
'sysprof-document-log.c',
@ -32,6 +33,7 @@ libsysprof_analyze_public_headers = [
'sysprof-document.h',
'sysprof-document-allocation.h',
'sysprof-document-exit.h',
'sysprof-document-file-chunk.h',
'sysprof-document-fork.h',
'sysprof-document-frame.h',
'sysprof-document-log.h',