mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 08:00:53 +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
|
SYSPROF_AVAILABLE_IN_ALL
|
||||||
GListModel *sysprof_document_list_samples (SysprofDocument *self);
|
GListModel *sysprof_document_list_samples (SysprofDocument *self);
|
||||||
SYSPROF_AVAILABLE_IN_ALL
|
SYSPROF_AVAILABLE_IN_ALL
|
||||||
GListModel *sysprof_document_list_samples_with_context_switch
|
GListModel *sysprof_document_list_samples_with_context_switch (SysprofDocument *self);
|
||||||
(SysprofDocument *self);
|
|
||||||
SYSPROF_AVAILABLE_IN_ALL
|
SYSPROF_AVAILABLE_IN_ALL
|
||||||
GListModel *sysprof_document_list_samples_without_context_switch
|
GListModel *sysprof_document_list_samples_without_context_switch (SysprofDocument *self);
|
||||||
(SysprofDocument *self);
|
|
||||||
SYSPROF_AVAILABLE_IN_ALL
|
SYSPROF_AVAILABLE_IN_ALL
|
||||||
GListModel *sysprof_document_list_processes (SysprofDocument *self);
|
GListModel *sysprof_document_list_processes (SysprofDocument *self);
|
||||||
SYSPROF_AVAILABLE_IN_ALL
|
SYSPROF_AVAILABLE_IN_ALL
|
||||||
@ -80,8 +78,7 @@ GListModel *sysprof_document_list_marks_by_group (SysprofDocume
|
|||||||
SYSPROF_AVAILABLE_IN_ALL
|
SYSPROF_AVAILABLE_IN_ALL
|
||||||
GListModel *sysprof_document_catalog_marks (SysprofDocument *self);
|
GListModel *sysprof_document_catalog_marks (SysprofDocument *self);
|
||||||
SYSPROF_AVAILABLE_IN_ALL
|
SYSPROF_AVAILABLE_IN_ALL
|
||||||
SysprofDocumentCounter
|
SysprofDocumentCounter *sysprof_document_find_counter (SysprofDocument *self,
|
||||||
*sysprof_document_find_counter (SysprofDocument *self,
|
|
||||||
const char *category,
|
const char *category,
|
||||||
const char *name);
|
const char *name);
|
||||||
SYSPROF_AVAILABLE_IN_ALL
|
SYSPROF_AVAILABLE_IN_ALL
|
||||||
|
|||||||
Reference in New Issue
Block a user