libsysprof-analyze: add scaffolding for kallsyms parsing

We will want to start embedding this content in the capture file (but
after gzipping it as it's otherwise quite large). This will get things in
place so that we can parse that .gz file into the address ranges and
decode symbols found within the capture file.
This commit is contained in:
Christian Hergert
2023-05-14 18:45:03 -07:00
parent 1bcb534e16
commit a27f700c06
4 changed files with 200 additions and 0 deletions

View File

@ -43,6 +43,7 @@ G_BEGIN_DECLS
# include "sysprof-document-symbols.h"
# include "sysprof-document-traceable.h"
# include "sysprof-mount.h"
# include "sysprof-kallsyms-symbolizer.h"
# include "sysprof-multi-symbolizer.h"
# include "sysprof-symbol.h"
# include "sysprof-symbolizer.h"