libsysprof-analyze: index and list counters from capture

This commit is contained in:
Christian Hergert
2023-05-22 15:22:35 -07:00
parent aaf7530961
commit 8f98af9b12
4 changed files with 113 additions and 0 deletions

View File

@ -47,6 +47,8 @@ GListModel *sysprof_document_list_processes (SysprofDocument
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_jitmaps (SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_counters (SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
guint sysprof_document_symbolize_traceable (SysprofDocument *self,
SysprofDocumentTraceable *traceable,
SysprofSymbol **symbols,