libsysprof-analyze: add sysprof_document_list_marks()

This commit is contained in:
Christian Hergert
2023-06-14 16:59:20 -07:00
parent d51d7c4773
commit 72be9f240f
2 changed files with 27 additions and 1 deletions

View File

@ -56,6 +56,8 @@ GListModel *sysprof_document_list_jitmaps (SysprofDocument
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_counters (SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_marks (SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_symbols_in_traceable (SysprofDocument *self,
SysprofDocumentTraceable *traceable);
SYSPROF_AVAILABLE_IN_ALL