Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/events/
Dcore.c72 DEFINE_STATIC_CALL_NULL(x86_pmu_del, *x86_pmu.del);
1605 static void x86_pmu_del(struct perf_event *event, int flags) in x86_pmu_del() function
1661 static_call_cond(x86_pmu_del)(event); in x86_pmu_del()
2012 static_call_update(x86_pmu_del, x86_pmu.del); in x86_pmu_static_call_update()
2712 .del = x86_pmu_del,