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