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

@ -26,6 +26,7 @@ G_BEGIN_DECLS
#define SYSPROF_PROFILE_INSIDE
# include "sysprof-cpu-usage.h"
# include "sysprof-disk-usage.h"
# include "sysprof-instrument.h"
# include "sysprof-network-usage.h"
# include "sysprof-profiler.h"