libsysprof-analyze: create mark catalogs from hashtable

We still need to insert these when parsing the mmap'd capture on the
first pass of data.
This commit is contained in:
Christian Hergert
2023-06-15 10:35:16 -07:00
parent 51ce85b399
commit 80dac7c0cd
2 changed files with 44 additions and 4 deletions

View File

@ -59,7 +59,7 @@ GListModel *sysprof_document_list_counters (SysprofDocument
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_marks (SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
SysprofMarkCatalog *sysprof_document_catalog_marks (SysprofDocument *self);
GListModel *sysprof_document_catalog_marks (SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_symbols_in_traceable (SysprofDocument *self,
SysprofDocumentTraceable *traceable);