Searched refs:x86_pmu_del (Results 1 – 1 of 1) sorted by relevance
72 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() function1661 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,