mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: add SysprofSymbol
The goal here is to get an object to represent a symbol so that we can more easily extend things in the future. We'll still use those pointers as unique in the stackstash in the future.
This commit is contained in:
@ -12,6 +12,7 @@ libsysprof_analyze_public_sources = [
|
||||
'sysprof-document-process-list.c',
|
||||
'sysprof-document-sample.c',
|
||||
'sysprof-document-traceable.c',
|
||||
'sysprof-symbol.c',
|
||||
]
|
||||
|
||||
libsysprof_analyze_public_headers = [
|
||||
@ -29,6 +30,7 @@ libsysprof_analyze_public_headers = [
|
||||
'sysprof-document-process-list.h',
|
||||
'sysprof-document-sample.h',
|
||||
'sysprof-document-traceable.h',
|
||||
'sysprof-symbol.h',
|
||||
]
|
||||
|
||||
libsysprof_analyze_deps = [
|
||||
|
||||
Reference in New Issue
Block a user