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:
Christian Hergert
2023-04-28 16:49:52 -07:00
parent 1d9de6fb28
commit 7a3f90e8f5
4 changed files with 215 additions and 0 deletions

View File

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