libsysprof-analyze: add interface for stracetrace types

Currently, this would need to be implemented by SysprofDocumentSample and
SysprofDocumentAllocation. But we could potentially start allowing many
types to attach a trace if we modifier the capture format to allow it.
This commit is contained in:
Christian Hergert
2023-04-28 12:14:17 -07:00
parent fdfe130edd
commit fe4b6ee812
4 changed files with 95 additions and 0 deletions

View File

@ -36,6 +36,7 @@ G_BEGIN_DECLS
# include "sysprof-document-mmap.h"
# include "sysprof-document-process.h"
# include "sysprof-document-sample.h"
# include "sysprof-document-traceable.h"
#undef SYSPROF_ANALYZE_INSIDE
G_END_DECLS