Home
last modified time | relevance | path

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

/linux/arch/x86/events/
H A Dcore.c90 DEFINE_STATIC_CALL_NULL(x86_pmu_swap_task_ctx, *x86_pmu.swap_task_ctx);
2031 static_call_update(x86_pmu_swap_task_ctx, x86_pmu.swap_task_ctx); in x86_pmu_static_call_update()
2633 static void x86_pmu_swap_task_ctx(struct perf_event_pmu_context *prev_epc, in x86_pmu_swap_task_ctx() function
2636 static_call_cond(x86_pmu_swap_task_ctx)(prev_epc, next_epc); in x86_pmu_swap_task_ctx() local
2703 .swap_task_ctx = x86_pmu_swap_task_ctx,