libsysprof-analyze: add support for getting counter values

This commit is contained in:
Christian Hergert
2023-05-22 16:46:36 -07:00
parent 227362ea09
commit d510dd50da
10 changed files with 364 additions and 10 deletions

View File

@ -3,6 +3,7 @@ libsysprof_analyze_public_sources = [
'sysprof-document.c',
'sysprof-document-allocation.c',
'sysprof-document-counter.c',
'sysprof-document-counter-value.c',
'sysprof-document-ctrdef.c',
'sysprof-document-ctrset.c',
'sysprof-document-exit.c',
@ -52,6 +53,7 @@ libsysprof_analyze_public_headers = [
'sysprof-document.h',
'sysprof-document-allocation.h',
'sysprof-document-counter.h',
'sysprof-document-counter-value.h',
'sysprof-document-ctrdef.h',
'sysprof-document-ctrset.h',
'sysprof-document-exit.h',