libsysprof-analyze: add descendants generation

We still have some work to do here so it doesn't mess up the summary
augmentation, but this is a start on re-generating the callgraphs for a
specific symbol.
This commit is contained in:
Christian Hergert
2023-06-12 22:59:11 -07:00
parent 90fdd7f842
commit 8af3cd896a
7 changed files with 343 additions and 3 deletions

View File

@ -35,6 +35,7 @@ libsysprof_analyze_public_sources = [
libsysprof_analyze_private_sources = [
'sysprof-address-layout.c',
'sysprof-descendants-model.c',
'sysprof-document-bitset-index.c',
'sysprof-document-symbols.c',
'sysprof-elf.c',