Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/events/
Dcore.c88 DEFINE_STATIC_CALL_NULL(x86_pmu_swap_task_ctx, *x86_pmu.swap_task_ctx);
2026 static_call_update(x86_pmu_swap_task_ctx, x86_pmu.swap_task_ctx); in x86_pmu_static_call_update()
2698 .swap_task_ctx = x86_pmu_swap_task_ctx,
Dperf_event.h905 void (*swap_task_ctx)(struct perf_event_pmu_context *prev_epc, member
/Linux-v6.6/include/linux/
Dperf_event.h469 void (*swap_task_ctx) (struct perf_event_pmu_context *prev_epc, member
/Linux-v6.6/kernel/events/
Dcore.c3430 if (prev_epc->pmu->swap_task_ctx) in perf_event_swap_task_ctx_data()
3431 prev_epc->pmu->swap_task_ctx(prev_epc, next_epc); in perf_event_swap_task_ctx_data()
/Linux-v6.6/arch/x86/events/intel/
Dcore.c4993 .swap_task_ctx = intel_pmu_swap_task_ctx,