Searched refs:swap_task_ctx (Results 1 – 5 of 5) sorted by relevance
82 DEFINE_STATIC_CALL_NULL(x86_pmu_swap_task_ctx, *x86_pmu.swap_task_ctx);2021 static_call_update(x86_pmu_swap_task_ctx, x86_pmu.swap_task_ctx); in x86_pmu_static_call_update()2705 .swap_task_ctx = x86_pmu_swap_task_ctx,
876 void (*swap_task_ctx)(struct perf_event_context *prev, member
444 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()
4641 .swap_task_ctx = intel_pmu_swap_task_ctx,