libsysprof-analyze: add type to represent an embedded file

We have "chunks" within the capture file, this object will represent the
collection of those chunks which is easier for applications to deal with
if they want to view the contents.
This commit is contained in:
Christian Hergert
2023-05-09 12:22:34 -07:00
parent 689599ef43
commit 9fe0ae5306
5 changed files with 229 additions and 0 deletions

View File

@ -29,6 +29,7 @@ G_BEGIN_DECLS
# include "sysprof-document.h"
# include "sysprof-document-allocation.h"
# include "sysprof-document-exit.h"
# include "sysprof-document-file.h"
# include "sysprof-document-file-chunk.h"
# include "sysprof-document-fork.h"
# include "sysprof-document-frame.h"