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

@ -4,6 +4,7 @@ libsysprof_analyze_public_sources = [
'sysprof-document-log.c',
'sysprof-document-mark.c',
'sysprof-document-mmap.c',
'sysprof-document-process.c',
'sysprof-document-sample.c',
]
@ -14,6 +15,7 @@ libsysprof_analyze_public_headers = [
'sysprof-document-log.h',
'sysprof-document-mark.h',
'sysprof-document-mmap.h',
'sysprof-document-process.h',
'sysprof-document-sample.h',
]