Searched defs:cci_pmu (Results 1 – 1 of 1) sorted by relevance
41 #define CCI_PMU_CNTR_LAST(cci_pmu) (cci_pmu->num_cntrs - 1) argument99 struct cci_pmu { struct107 const struct cci_pmu_model *model; argument108 struct cci_pmu_hw_events hw_events; argument115 #define to_cci_pmu(c) (container_of(c, struct cci_pmu, pmu)) argument312 static int cci400_get_event_idx(struct cci_pmu *cci_pmu, in cci400_get_event_idx()334 static int cci400_validate_hw_event(struct cci_pmu *cci_pmu, unsigned long hw_event) in cci400_validate_hw_event()372 static int probe_cci400_revision(struct cci_pmu *cci_pmu) in probe_cci400_revision()384 static const struct cci_pmu_model *probe_cci_model(struct cci_pmu *cci_pmu) in probe_cci_model()391 static inline struct cci_pmu_model *probe_cci_model(struct cci_pmu *cci_pmu) in probe_cci_model()[all …]