libsysprof-profile: start on cpu usage instrument

The goal here is to do the whole thing on a fiber rather than how we were
doing it before. This just gets the counter registration going, but we
need to follow up with the parsing/lseek/etc code.
This commit is contained in:
Christian Hergert
2023-05-30 18:41:56 -07:00
parent 598a2b7cf7
commit 52684c7a12
5 changed files with 267 additions and 0 deletions

View File

@ -25,6 +25,7 @@
G_BEGIN_DECLS
#define SYSPROF_PROFILE_INSIDE
# include "sysprof-cpu-usage.h"
# include "sysprof-instrument.h"
# include "sysprof-profiler.h"
# include "sysprof-recording.h"