mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: add utility to build symbol maps
These are useful to allow us to append symbol informatio to a capture file using the existing symbol resolvers. It can read/write a small format embedded within capture files so that we can append them from the target machine rather than decoding from the machine we run Sysprof UI on.
This commit is contained in:
@ -53,6 +53,7 @@ libsysprof_private_sources = [
|
||||
'sysprof-kallsyms.c',
|
||||
'sysprof-line-reader.c',
|
||||
'sysprof-map-lookaside.c',
|
||||
'sysprof-symbol-map.c',
|
||||
ipc_service_src,
|
||||
stackstash_sources,
|
||||
helpers_sources,
|
||||
|
||||
Reference in New Issue
Block a user