Searched defs:cci_pmu (Results 1 – 1 of 1) sorted by relevance
86 #define CCI_PMU_CNTR_LAST(cci_pmu) (cci_pmu->num_cntrs - 1) argument135 struct cci_pmu { struct141 const struct cci_pmu_model *model; argument142 struct cci_pmu_hw_events hw_events; argument151 #define to_cci_pmu(c) (container_of(c, struct cci_pmu, pmu)) argument338 static int cci400_get_event_idx(struct cci_pmu *cci_pmu, in cci400_get_event_idx()360 static int cci400_validate_hw_event(struct cci_pmu *cci_pmu, unsigned long hw_event) in cci400_validate_hw_event()561 static int cci500_validate_hw_event(struct cci_pmu *cci_pmu, in cci500_validate_hw_event()622 static int pmu_is_valid_counter(struct cci_pmu *cci_pmu, int idx) in pmu_is_valid_counter()627 static u32 pmu_read_register(struct cci_pmu *cci_pmu, int idx, unsigned int offset) in pmu_read_register()[all …]