libsysprof-analyze: add aggregate marks by group

This is handy so that we can show aggregate results in other places without
using a FlattenListModel which can mess up event ordering.
This commit is contained in:
Christian Hergert
2023-07-05 16:07:07 -07:00
parent af39c9611c
commit 2e0f046390
2 changed files with 41 additions and 1 deletions

View File

@ -63,6 +63,9 @@ GListModel *sysprof_document_list_counters (SysprofDocume
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_marks (SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_marks_by_group (SysprofDocument *self,
const char *group);
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_catalog_marks (SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
SysprofDocumentCounter