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

@ -25,6 +25,7 @@
G_BEGIN_DECLS
#define SYSPROF_ANALYZE_INSIDE
# include "sysprof-bundled-symbolizer.h"
# include "sysprof-document.h"
# include "sysprof-document-allocation.h"
# include "sysprof-document-exit.h"