mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: add category name private helper
This commit is contained in:
@ -94,5 +94,6 @@ void _sysprof_callgraph_node_free (SysprofCallgrap
|
||||
SysprofCallgraphCategory _sysprof_callgraph_node_categorize (SysprofCallgraphNode *node);
|
||||
void _sysprof_callgraph_categorize (SysprofCallgraph *self,
|
||||
SysprofCallgraphNode *node);
|
||||
const char *_sysprof_callgraph_category_get_name (SysprofCallgraphCategory category);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user