libsysprof-analyze: add document type for processes

Generally this is all the processes at startup, but can also be a process
that is executed while the capture is running. Useful to pair with an
Exit frame for pid/tid duration.
This commit is contained in:
Christian Hergert
2023-04-27 17:45:04 -07:00
parent 6031233cc3
commit 24d0d4af52
5 changed files with 142 additions and 0 deletions

View File

@ -30,6 +30,7 @@ G_BEGIN_DECLS
# include "sysprof-document-log.h"
# include "sysprof-document-mark.h"
# include "sysprof-document-mmap.h"
# include "sysprof-document-process.h"
# include "sysprof-document-sample.h"
#undef SYSPROF_ANALYZE_INSIDE