libsysprof-analyze: create arrays for counter values

And assign them to the SysprofDocumentCounter so that they can pick them
up once we index/add them during counter loading of ctrset.
This commit is contained in:
Christian Hergert
2023-05-22 15:32:31 -07:00
parent 8f98af9b12
commit c3a5771da0
3 changed files with 20 additions and 3 deletions

View File

@ -28,6 +28,7 @@ SysprofDocumentCounter *_sysprof_document_counter_new (guint id,
guint type,
GRefString *category,
GRefString *name,
GRefString *description);
GRefString *description,
GArray *values);
G_END_DECLS