libsysprof-analyze: add jitmap symbolizer

This symbolizes using the SysprofCaptureJitmap frames within the capture
document. Currently it only implements the fast path which can avoid a
binary search on the jitmap data.
This commit is contained in:
Christian Hergert
2023-05-22 13:21:06 -07:00
parent b641e41592
commit 9e5a241fef
6 changed files with 287 additions and 1 deletions

View File

@ -44,6 +44,7 @@ G_BEGIN_DECLS
# include "sysprof-document-sample.h"
# include "sysprof-document-traceable.h"
# include "sysprof-elf-symbolizer.h"
# include "sysprof-jitmap-symbolizer.h"
# include "sysprof-kallsyms-symbolizer.h"
# include "sysprof-mount.h"
# include "sysprof-multi-symbolizer.h"