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:
Christian Hergert
2023-05-02 13:31:22 -07:00
parent 4505e8bb85
commit 793740b20f
5 changed files with 235 additions and 0 deletions

View File

@ -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 = [