ctx_sched_out
ctx_sched_out(&cpuctx->ctx, NULL, EVENT_ALL|EVENT_CGROUP);
ctx_sched_out(ctx, NULL, EVENT_TIME);
ctx_sched_out(ctx, pmu, event_type);
ctx_sched_out(&cpuctx->ctx, pmu, event_type);
ctx_sched_out(&cpuctx->ctx, pmu, EVENT_FLEXIBLE);
ctx_sched_out(&cpuctx->ctx, NULL, EVENT_FLEXIBLE);
ctx_sched_out(&cpuctx->ctx, NULL, EVENT_GUEST);
static void ctx_sched_out(struct perf_event_context *ctx, struct pmu *pmu, enum event_type_t event_type);