libsysprof: add scaffolding to perform category summaries

The goal here is to summarize the categories starting from a specific
frame.
This commit is contained in:
Christian Hergert
2023-07-20 16:04:42 -07:00
parent 9400757821
commit 4a8d5007e5
6 changed files with 247 additions and 0 deletions

View File

@ -6,6 +6,7 @@ libsysprof_public_sources = [
'sysprof-callgraph.c',
'sysprof-callgraph-categorize.c',
'sysprof-categories.c',
'sysprof-category-summary.c',
'sysprof-cpu-info.c',
'sysprof-cpu-usage.c',
'sysprof-diagnostic.c',
@ -64,6 +65,7 @@ libsysprof_public_headers = [
'sysprof-callgraph-frame.h',
'sysprof-callgraph-symbol.h',
'sysprof-callgraph.h',
'sysprof-category-summary.h',
'sysprof-cpu-info.h',
'sysprof-cpu-usage.h',
'sysprof-diagnostic.h',