Lines Matching defs:arm_pmu
10 struct arm_pmu;
15 void brbe_probe(struct arm_pmu *arm_pmu);
16 unsigned int brbe_num_branch_records(const struct arm_pmu *armpmu);
19 void brbe_enable(const struct arm_pmu *arm_pmu);
26 static inline void brbe_probe(struct arm_pmu *arm_pmu) { }
27 static inline unsigned int brbe_num_branch_records(const struct arm_pmu *armpmu)
34 static inline void brbe_enable(const struct arm_pmu *arm_pmu) { };