Searched refs:cci_pmu (Results 1 – 1 of 1) sorted by relevance
38 #define CCI_PMU_CNTR_LAST(cci_pmu) (cci_pmu->num_cntrs - 1) argument74 struct cci_pmu;89 int (*validate_hw_event)(struct cci_pmu *, unsigned long);90 int (*get_event_idx)(struct cci_pmu *, struct cci_pmu_hw_events *, unsigned long);91 void (*write_counters)(struct cci_pmu *, unsigned long *);96 struct cci_pmu { struct112 #define to_cci_pmu(c) (container_of(c, struct cci_pmu, pmu)) argument114 static struct cci_pmu *g_cci_pmu;128 static void pmu_write_counters(struct cci_pmu *cci_pmu,307 static int cci400_get_event_idx(struct cci_pmu *cci_pmu, in cci400_get_event_idx() argument[all …]