libsysprof-analyze: add API to get only samples

We'll probably want this for allocations too at some point.
This commit is contained in:
Christian Hergert
2023-05-24 14:30:13 -07:00
parent 8348f7fe2c
commit 5b00127d7d
2 changed files with 27 additions and 1 deletions

View File

@ -44,6 +44,8 @@ GListModel *sysprof_document_list_files (SysprofDocument
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_traceables (SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_samples (SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_processes (SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_jitmaps (SysprofDocument *self);