Home
last modified time | relevance | path

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

/linux/arch/x86/events/
H A Dcore.c74 DEFINE_STATIC_CALL_NULL(x86_pmu_del, *x86_pmu.del);
1610 static void x86_pmu_del(struct perf_event *event, int flags) in x86_pmu_del() function
1667 static_call_cond(x86_pmu_del)(event); in x86_pmu_del()
2015 static_call_update(x86_pmu_del, x86_pmu.del); in x86_pmu_static_call_update()
2692 .del = x86_pmu_del,