mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: use callgraph node to categorize for icons
This commit is contained in:
@ -79,6 +79,9 @@ typedef enum _SysprofCallgraphCategory
|
||||
SYSPROF_CALLGRAPH_CATEGORY_TEMPLATES,
|
||||
SYSPROF_CALLGRAPH_CATEGORY_UNWINDABLE,
|
||||
SYSPROF_CALLGRAPH_CATEGORY_WINDOWING,
|
||||
|
||||
/* Not part of ABI */
|
||||
SYSPROF_CALLGRAPH_CATEGORY_LAST,
|
||||
} SysprofCallgraphCategory;
|
||||
|
||||
typedef enum _SysprofCallgraphFlags
|
||||
|
||||
Reference in New Issue
Block a user