mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: add API for bundled symbolizer
This, once completed, will use __symbols__ embedded within a capture file to decode symbols rather than querying ELF files directly.
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
libsysprof_analyze_public_sources = [
|
||||
'sysprof-bundled-symbolizer.c',
|
||||
'sysprof-document.c',
|
||||
'sysprof-document-allocation.c',
|
||||
'sysprof-document-exit.c',
|
||||
@ -20,6 +21,7 @@ libsysprof_analyze_public_sources = [
|
||||
|
||||
libsysprof_analyze_public_headers = [
|
||||
'sysprof-analyze.h',
|
||||
'sysprof-bundled-symbolizer.h',
|
||||
'sysprof-document.h',
|
||||
'sysprof-document-allocation.h',
|
||||
'sysprof-document-exit.h',
|
||||
|
||||
Reference in New Issue
Block a user