Home
last modified time | relevance | path

Searched defs:x86_pmu_sched_task (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/events/
Dcore.c2426 static void x86_pmu_sched_task(struct perf_event_context *ctx, bool sched_in) in x86_pmu_sched_task() function
2428 static_call_cond(x86_pmu_sched_task)(ctx, sched_in); in x86_pmu_sched_task() local
/kernel/linux/linux-6.6/arch/x86/events/
Dcore.c2623 static void x86_pmu_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in x86_pmu_sched_task() function
2625 static_call_cond(x86_pmu_sched_task)(pmu_ctx, sched_in); in x86_pmu_sched_task() local