libsysprof-gtk: add track for samples with context switches

This commit is contained in:
Christian Hergert
2023-07-05 16:31:45 -07:00
parent 3722dfefd2
commit 9263624fa0
3 changed files with 103 additions and 12 deletions

View File

@ -55,6 +55,9 @@ GListModel *sysprof_document_list_allocations (SysprofDocume
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_samples (SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_samples_with_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);