Searched defs:cci_pmu (Results 1 – 1 of 1) sorted by relevance
115 struct cci_pmu { struct121 const struct cci_pmu_model *model; argument122 struct cci_pmu_hw_events hw_events; argument129 static struct cci_pmu *pmu; argument158 #define CCI_PMU_CNTR_LAST(cci_pmu) (CCI_PMU_CYCLE_CNTR_IDX + cci_pmu->num_events - 1) argument236 static int pmu_is_valid_counter(struct cci_pmu *cci_pmu, int idx) in pmu_is_valid_counter()278 struct cci_pmu *cci_pmu = to_cci_pmu(event->pmu); in pmu_get_event_idx() local314 static int pmu_request_irq(struct cci_pmu *cci_pmu, irq_handler_t handler) in pmu_request_irq()349 static void pmu_free_irq(struct cci_pmu *cci_pmu) in pmu_free_irq()363 struct cci_pmu *cci_pmu = to_cci_pmu(event->pmu); in pmu_read_counter() local[all …]