libsysprof: implement category inheretance

and remove template type, just keep that with layout.
This commit is contained in:
Christian Hergert
2023-07-20 13:07:51 -07:00
parent ecdcfb83d0
commit 4d2cdb2abe
6 changed files with 64 additions and 52 deletions

View File

@ -29,6 +29,8 @@
G_BEGIN_DECLS
#define SYSPROF_CALLGRAPH_CATEGORY_INHERIT (1<<30)
typedef struct _SysprofCallgraphSummary
{
SysprofSymbol *symbol;