libsysprof-analyze: add SysprofNoSymbolizer

A symbolizer that will never symbolize. We can use this later internally
to short-circuit various symoblization steps during loading.
This commit is contained in:
Christian Hergert
2023-05-12 16:22:44 -07:00
parent a27f700c06
commit 0e95fd3841
4 changed files with 98 additions and 0 deletions

View File

@ -45,6 +45,7 @@ G_BEGIN_DECLS
# include "sysprof-mount.h"
# include "sysprof-kallsyms-symbolizer.h"
# include "sysprof-multi-symbolizer.h"
# include "sysprof-no-symbolizer.h"
# include "sysprof-symbol.h"
# include "sysprof-symbolizer.h"
#undef SYSPROF_ANALYZE_INSIDE