libsysprof-analyze: add prepare vfunc for symbolizers

This will allow them to pre-process the document and extract whatever
information they need out of it to do symbolizing.
This commit is contained in:
Christian Hergert
2023-05-03 15:31:56 -07:00
parent 426aaad781
commit f550394b62
4 changed files with 156 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "config.h"
#include "sysprof-document-symbols-private.h"
#include "sysprof-symbolizer-private.h"
struct _SysprofDocumentSymbols
{