Searched refs:pmu_flags (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/xen/
H A Dpmu.c444 if (xenpmu_data->pmu.pmu_flags & PMU_SAMPLE_PV) {
445 if (xenpmu_data->pmu.pmu_flags & PMU_SAMPLE_USER)
473 struct pt_regs *regs, uint64_t pmu_flags)
479 if (pmu_flags & PMU_SAMPLE_PV) {
480 if (pmu_flags & PMU_SAMPLE_USER)
507 xenpmu_data->pmu.pmu_flags);
472 xen_convert_regs(const struct xen_pmu_regs *xen_regs, struct pt_regs *regs, uint64_t pmu_flags) argument
/linux-master/arch/x86/include/asm/xen/
H A Dinterface.h327 * the guest when PMU_CACHED bit in pmu_flags is set (which is done by the
347 uint64_t pmu_flags; member in struct:xen_pmu_arch
/linux-master/drivers/perf/
H A Darm_dsu_pmu.c415 static void dsu_pmu_start(struct perf_event *event, int pmu_flags) argument
420 if (pmu_flags & PERF_EF_RELOAD)
429 static void dsu_pmu_stop(struct perf_event *event, int pmu_flags) argument
H A Darm-cci.c1129 static void cci_pmu_start(struct perf_event *event, int pmu_flags) argument
1141 if (pmu_flags & PERF_EF_RELOAD)
1163 static void cci_pmu_stop(struct perf_event *event, int pmu_flags) argument
/linux-master/drivers/perf/arm_cspmu/
H A Darm_cspmu.c840 static void arm_cspmu_start(struct perf_event *event, int pmu_flags) argument
847 if (pmu_flags & PERF_EF_RELOAD)
866 static void arm_cspmu_stop(struct perf_event *event, int pmu_flags) argument

Completed in 284 milliseconds