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