mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user