Home
last modified time | relevance | path

Searched refs:ctx_sched_in (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/events/
H A Dcore.c807 static void ctx_sched_in(struct perf_event_context *ctx, struct pmu *pmu, enum event_type_t event_t…
982 ctx_sched_in(&cpuctx->ctx, NULL, EVENT_ALL|EVENT_CGROUP); in perf_cgroup_switch()
2866 ctx_sched_in(&cpuctx->ctx, pmu, EVENT_PINNED); in perf_event_sched_in()
2868 ctx_sched_in(ctx, pmu, EVENT_PINNED); in perf_event_sched_in()
2869 ctx_sched_in(&cpuctx->ctx, pmu, EVENT_FLEXIBLE); in perf_event_sched_in()
2871 ctx_sched_in(ctx, pmu, EVENT_FLEXIBLE); in perf_event_sched_in()
4054 ctx_sched_in(struct perf_event_context *ctx, struct pmu *pmu, enum event_type_t event_type) in ctx_sched_in() function