Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/events/
Dcore.c87 DEFINE_STATIC_CALL_NULL(x86_pmu_sched_task, *x86_pmu.sched_task);
2025 static_call_update(x86_pmu_sched_task, x86_pmu.sched_task); in x86_pmu_static_call_update()
2623 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
2697 .sched_task = x86_pmu_sched_task,