libsysprof-analyze: add API for bundled symbolizer

This, once completed, will use __symbols__ embedded within a capture file
to decode symbols rather than querying ELF files directly.
This commit is contained in:
Christian Hergert
2023-05-03 17:08:50 -07:00
parent 95325cc26f
commit 354eb39676
4 changed files with 179 additions and 0 deletions

View File

@ -1,4 +1,5 @@
libsysprof_analyze_public_sources = [
'sysprof-bundled-symbolizer.c',
'sysprof-document.c',
'sysprof-document-allocation.c',
'sysprof-document-exit.c',
@ -20,6 +21,7 @@ libsysprof_analyze_public_sources = [
libsysprof_analyze_public_headers = [
'sysprof-analyze.h',
'sysprof-bundled-symbolizer.h',
'sysprof-document.h',
'sysprof-document-allocation.h',
'sysprof-document-exit.h',