Searched refs:swap_task_ctx (Results 1 – 5 of 5) sorted by relevance
84 DEFINE_STATIC_CALL_NULL(x86_pmu_swap_task_ctx, *x86_pmu.swap_task_ctx);2027 static_call_update(x86_pmu_swap_task_ctx, x86_pmu.swap_task_ctx); in x86_pmu_static_call_update()2711 .swap_task_ctx = x86_pmu_swap_task_ctx,
878 void (*swap_task_ctx)(struct perf_event_context *prev, member
445 void (*swap_task_ctx) (struct perf_event_context *prev, member
3461 if (pmu->swap_task_ctx) in perf_event_context_sched_out()3462 pmu->swap_task_ctx(ctx, next_ctx); in perf_event_context_sched_out()
4699 .swap_task_ctx = intel_pmu_swap_task_ctx,
Completed in 48 milliseconds