libsysprof-analyze: add stack traces w/o kernel context

This restores the functionality we had previously for user vs kernel.
This commit is contained in:
Christian Hergert
2023-07-05 18:06:42 -07:00
parent ec77e2b2ff
commit 7d93b9f581
3 changed files with 44 additions and 1 deletions

View File

@ -58,6 +58,9 @@ SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_samples_with_context_switch
(SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_samples_without_context_switch
(SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_processes (SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_jitmaps (SysprofDocument *self);