Searched defs:cci_pmu (Results 1 – 1 of 1) sorted by relevance
38 #define CCI_PMU_CNTR_LAST(cci_pmu) (cci_pmu->num_cntrs - 1) argument96 struct cci_pmu { struct104 const struct cci_pmu_model *model; argument105 struct cci_pmu_hw_events hw_events; argument112 #define to_cci_pmu(c) (container_of(c, struct cci_pmu, pmu)) argument307 static int cci400_get_event_idx(struct cci_pmu *cci_pmu, in cci400_get_event_idx()329 static int cci400_validate_hw_event(struct cci_pmu *cci_pmu, unsigned long hw_event) in cci400_validate_hw_event()367 static int probe_cci400_revision(struct cci_pmu *cci_pmu) in probe_cci400_revision()379 static const struct cci_pmu_model *probe_cci_model(struct cci_pmu *cci_pmu) in probe_cci_model()386 static inline struct cci_pmu_model *probe_cci_model(struct cci_pmu *cci_pmu) in probe_cci_model()[all …]