Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dcore.c80 DEFINE_STATIC_CALL_NULL(x86_pmu_sched_task, *x86_pmu.sched_task);
1932 static_call_update(x86_pmu_sched_task, x86_pmu.sched_task); in x86_pmu_static_call_update()
2426 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
2489 .sched_task = x86_pmu_sched_task,