libsysprof-profiler: add scaffolding for disk usage

This still needs porting from libsysprof, but this gets the scaffolding in
place to bring over those counters.
This commit is contained in:
Christian Hergert
2023-06-02 13:38:03 -07:00
parent e10ab3e32e
commit 728a9ce86a
5 changed files with 114 additions and 1 deletions

View File

@ -1,5 +1,6 @@
libsysprof_profile_public_sources = [
'sysprof-cpu-usage.c',
'sysprof-disk-usage.c',
'sysprof-instrument.c',
'sysprof-network-usage.c',
'sysprof-profiler.c',
@ -17,8 +18,9 @@ libsysprof_profile_private_sources = [
libsysprof_profile_public_headers = [
'sysprof-profile.h',
'sysprof-instrument.h',
'sysprof-cpu-usage.h',
'sysprof-disk-usage.h',
'sysprof-instrument.h',
'sysprof-network-usage.h',
'sysprof-profiler.h',
'sysprof-recording.h',