libsysprof-analyze: start indexing counter defines

And add a SysprofDocumentCounter that will represent each counter. Still
to do is implementing the ctrdef type and a way to transform those into
the individual counters.
This commit is contained in:
Christian Hergert
2023-05-22 13:47:32 -07:00
parent fb80527d22
commit 57e7377c21
6 changed files with 258 additions and 0 deletions

View File

@ -28,6 +28,7 @@ G_BEGIN_DECLS
# include "sysprof-bundled-symbolizer.h"
# include "sysprof-document.h"
# include "sysprof-document-allocation.h"
# include "sysprof-document-counter.h"
# include "sysprof-document-exit.h"
# include "sysprof-document-file.h"
# include "sysprof-document-file-chunk.h"