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.c747 static void ctx_sched_in(struct perf_event_context *ctx, struct pmu *pmu, enum event_type_t event_t…
916 ctx_sched_in(&cpuctx->ctx, NULL, EVENT_ALL|EVENT_CGROUP); in perf_cgroup_switch()
2746 ctx_sched_in(&cpuctx->ctx, pmu, EVENT_PINNED); in perf_event_sched_in()
2748 ctx_sched_in(ctx, pmu, EVENT_PINNED); in perf_event_sched_in()
2749 ctx_sched_in(&cpuctx->ctx, pmu, EVENT_FLEXIBLE); in perf_event_sched_in()
2751 ctx_sched_in(ctx, pmu, EVENT_FLEXIBLE); in perf_event_sched_in()
3967 ctx_sched_in(struct perf_event_context *ctx, struct pmu *pmu, enum event_type_t event_type) in ctx_sched_in() function