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

@ -38,6 +38,7 @@ G_BEGIN_DECLS
# include "sysprof-document-process-list.h"
# include "sysprof-document-sample.h"
# include "sysprof-document-traceable.h"
# include "sysprof-symbol.h"
#undef SYSPROF_ANALYZE_INSIDE
G_END_DECLS