Searched refs:pmu_flags (Results 1 – 4 of 4) sorted by relevance
444 if (xenpmu_data->pmu.pmu_flags & PMU_SAMPLE_PV) { in xen_guest_state()445 if (xenpmu_data->pmu.pmu_flags & PMU_SAMPLE_USER) in xen_guest_state()473 struct pt_regs *regs, uint64_t pmu_flags) in xen_convert_regs() argument479 if (pmu_flags & PMU_SAMPLE_PV) { in xen_convert_regs()480 if (pmu_flags & PMU_SAMPLE_USER) in xen_convert_regs()507 xenpmu_data->pmu.pmu_flags); in xen_pmu_irq_handler()
415 static void dsu_pmu_start(struct perf_event *event, int pmu_flags) in dsu_pmu_start() argument420 if (pmu_flags & PERF_EF_RELOAD) in dsu_pmu_start()429 static void dsu_pmu_stop(struct perf_event *event, int pmu_flags) in dsu_pmu_stop() argument
1132 static void cci_pmu_start(struct perf_event *event, int pmu_flags) in cci_pmu_start() argument1144 if (pmu_flags & PERF_EF_RELOAD) in cci_pmu_start()1166 static void cci_pmu_stop(struct perf_event *event, int pmu_flags) in cci_pmu_stop() argument
347 uint64_t pmu_flags; member