mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +00:00
libsysprof-analyze: add process list model
This is not yet functional, but gets the scaffolding in place that we'll use to filter out processes and turn them into something more useful such as their execution lifetime.
This commit is contained in:
@ -9,6 +9,7 @@ libsysprof_analyze_public_sources = [
|
||||
'sysprof-document-metadata.c',
|
||||
'sysprof-document-mmap.c',
|
||||
'sysprof-document-process.c',
|
||||
'sysprof-document-process-list.c',
|
||||
'sysprof-document-sample.c',
|
||||
'sysprof-document-traceable.c',
|
||||
]
|
||||
@ -25,6 +26,7 @@ libsysprof_analyze_public_headers = [
|
||||
'sysprof-document-metadata.h',
|
||||
'sysprof-document-mmap.h',
|
||||
'sysprof-document-process.h',
|
||||
'sysprof-document-process-list.h',
|
||||
'sysprof-document-sample.h',
|
||||
'sysprof-document-traceable.h',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user