libsysprof: add instrument to record scheduler switching

This is to allow us to look at what processes were running when as a way
to get a high-level overview of usage.
This commit is contained in:
Christian Hergert
2023-08-21 15:05:48 -07:00
parent 855939ae1b
commit 82020e86be
5 changed files with 444 additions and 0 deletions

View File

@ -76,6 +76,7 @@ G_BEGIN_DECLS
# include "sysprof-proxied-instrument.h"
# include "sysprof-recording.h"
# include "sysprof-sampler.h"
# include "sysprof-scheduler-details.h"
# include "sysprof-spawnable.h"
# include "sysprof-subprocess-output.h"
# include "sysprof-symbol.h"