libsysprof: add symbol resolver that can resolve from capture file

If the capture file has an embedded __symbols__ file within it, we can
try to resolve the function names from the data embedded within that
virtual file.
This commit is contained in:
Christian Hergert
2019-05-28 19:06:54 -07:00
parent 8f607ed123
commit 854f0bea52
4 changed files with 171 additions and 0 deletions

View File

@ -26,6 +26,7 @@ G_BEGIN_DECLS
# include "sysprof-callgraph-profile.h"
# include "sysprof-capture-gobject.h"
# include "sysprof-capture-symbol-resolver.h"
# include "sysprof-elf-symbol-resolver.h"
# include "sysprof-jitmap-symbol-resolver.h"
# include "sysprof-kernel-symbol-resolver.h"