mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-03-18 19:21:27 +00:00
libsysprof-analyze: format header
This commit is contained in:
@ -61,11 +61,9 @@ GListModel *sysprof_document_list_metadata (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);
|
||||
GListModel *sysprof_document_list_samples_with_context_switch (SysprofDocument *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
GListModel *sysprof_document_list_samples_without_context_switch
|
||||
(SysprofDocument *self);
|
||||
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
|
||||
@ -80,8 +78,7 @@ GListModel *sysprof_document_list_marks_by_group (SysprofDocume
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
GListModel *sysprof_document_catalog_marks (SysprofDocument *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
SysprofDocumentCounter
|
||||
*sysprof_document_find_counter (SysprofDocument *self,
|
||||
SysprofDocumentCounter *sysprof_document_find_counter (SysprofDocument *self,
|
||||
const char *category,
|
||||
const char *name);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
|
||||
Reference in New Issue
Block a user