libsysprof: ensure descendants view is categorized

This commit is contained in:
Christian Hergert
2023-07-20 15:31:50 -07:00
parent 516917d74b
commit dfa893f06a
6 changed files with 31 additions and 16 deletions

View File

@ -87,5 +87,7 @@ gpointer _sysprof_callgraph_get_symbol_augment (SysprofCallgrap
void _sysprof_callgraph_node_free (SysprofCallgraphNode *self,
gboolean free_self);
SysprofCallgraphCategory _sysprof_callgraph_node_categorize (SysprofCallgraphNode *node);
void _sysprof_callgraph_categorize (SysprofCallgraph *self,
SysprofCallgraphNode *node);
G_END_DECLS