Home
last modified time | relevance | path

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

/linux-6.15/kernel/events/
H A Dcore.c793 static void ctx_sched_in(struct perf_event_context *ctx, struct pmu *pmu, enum event_type_t event_t…
962 ctx_sched_in(&cpuctx->ctx, NULL, EVENT_ALL|EVENT_CGROUP); in perf_cgroup_switch()
2794 ctx_sched_in(&cpuctx->ctx, pmu, EVENT_PINNED); in perf_event_sched_in()
2796 ctx_sched_in(ctx, pmu, EVENT_PINNED); in perf_event_sched_in()
2797 ctx_sched_in(&cpuctx->ctx, pmu, EVENT_FLEXIBLE); in perf_event_sched_in()
2799 ctx_sched_in(ctx, pmu, EVENT_FLEXIBLE); in perf_event_sched_in()
3982 ctx_sched_in(struct perf_event_context *ctx, struct pmu *pmu, enum event_type_t event_type) in ctx_sched_in() function