mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +00:00
libsysprof-analyze: add basic symbol cache
This relies on begin/end range for the symbols to create something akin to an interval tree, albeit with GSequence. If performance needs to be addressed, can probably augment SysprofSymbol for an interval rbtree.
This commit is contained in:
@ -29,6 +29,7 @@ libsysprof_analyze_private_sources = [
|
||||
'sysprof-mount-device.c',
|
||||
'sysprof-mount-namespace.c',
|
||||
'sysprof-strings.c',
|
||||
'sysprof-symbol-cache.c',
|
||||
]
|
||||
|
||||
libsysprof_analyze_public_headers = [
|
||||
|
||||
Reference in New Issue
Block a user