Searched refs:swap_task_ctx (Results 1 – 5 of 5) sorted by relevance
88 DEFINE_STATIC_CALL_NULL(x86_pmu_swap_task_ctx, *x86_pmu.swap_task_ctx);2028 static_call_update(x86_pmu_swap_task_ctx, x86_pmu.swap_task_ctx); in x86_pmu_static_call_update()2723 .swap_task_ctx = x86_pmu_swap_task_ctx,
901 void (*swap_task_ctx)(struct perf_event_context *prev, member
460 void (*swap_task_ctx) (struct perf_event_context *prev, member
3482 if (pmu->swap_task_ctx) in perf_event_context_sched_out()3483 pmu->swap_task_ctx(ctx, next_ctx); in perf_event_context_sched_out()
4845 .swap_task_ctx = intel_pmu_swap_task_ctx,