mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 22:50:54 +00:00
libsysprof-analyze: add SysprofDocumentCtrset
This represents the SysprofCaptureCtrset and allows fetching the raw values for a given counter. These are raw because they may not be endian swapped and that is the responsibility of the consumer. SysprofDocument will use these eventually to store the values for a given counter and the time of the value shift.
This commit is contained in:
@ -4,6 +4,7 @@ libsysprof_analyze_public_sources = [
|
||||
'sysprof-document-allocation.c',
|
||||
'sysprof-document-counter.c',
|
||||
'sysprof-document-ctrdef.c',
|
||||
'sysprof-document-ctrset.c',
|
||||
'sysprof-document-exit.c',
|
||||
'sysprof-document-file.c',
|
||||
'sysprof-document-file-chunk.c',
|
||||
@ -52,6 +53,7 @@ libsysprof_analyze_public_headers = [
|
||||
'sysprof-document-allocation.h',
|
||||
'sysprof-document-counter.h',
|
||||
'sysprof-document-ctrdef.h',
|
||||
'sysprof-document-ctrset.h',
|
||||
'sysprof-document-exit.h',
|
||||
'sysprof-document-file.h',
|
||||
'sysprof-document-file-chunk.h',
|
||||
|
||||
Reference in New Issue
Block a user