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