libsysprof-analyze: add listmodel of processes

This is handy to be able to show a list of processes that were contained
within a particular capture file.
This commit is contained in:
Christian Hergert
2023-05-09 15:57:29 -07:00
parent 6f0f8c980a
commit 1003372324
4 changed files with 90 additions and 6 deletions

View File

@ -58,5 +58,7 @@ SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_files (SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_traceables (SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_processes (SysprofDocument *self);
G_END_DECLS