x86_pmu_start
static void x86_pmu_start(struct perf_event *event, int flags);
x86_pmu_start(event, PERF_EF_RELOAD);
.start = x86_pmu_start,