mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 22:50:54 +00:00
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:
@ -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',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user