Searched refs:pmu_flags (Results 1 – 4 of 4) sorted by relevance
440 if (xenpmu_data->pmu.pmu_flags & PMU_SAMPLE_PV) in xen_is_user_mode()441 return (xenpmu_data->pmu.pmu_flags & PMU_SAMPLE_USER); in xen_is_user_mode()466 struct pt_regs *regs, uint64_t pmu_flags) in xen_convert_regs() argument472 if (pmu_flags & PMU_SAMPLE_PV) { in xen_convert_regs()473 if (pmu_flags & PMU_SAMPLE_USER) in xen_convert_regs()500 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
1133 static void cci_pmu_start(struct perf_event *event, int pmu_flags) in cci_pmu_start() argument1145 if (pmu_flags & PERF_EF_RELOAD) in cci_pmu_start()1167 static void cci_pmu_stop(struct perf_event *event, int pmu_flags) in cci_pmu_stop() argument
344 uint64_t pmu_flags; member