Searched refs:cci_pmu (Results 1 – 1 of 1) sorted by relevance
41 #define CCI_PMU_CNTR_LAST(cci_pmu) (cci_pmu->num_cntrs - 1) argument77 struct cci_pmu;92 int (*validate_hw_event)(struct cci_pmu *, unsigned long);93 int (*get_event_idx)(struct cci_pmu *, struct cci_pmu_hw_events *, unsigned long);94 void (*write_counters)(struct cci_pmu *, unsigned long *);99 struct cci_pmu { struct115 #define to_cci_pmu(c) (container_of(c, struct cci_pmu, pmu)) argument117 static struct cci_pmu *g_cci_pmu;131 static void pmu_write_counters(struct cci_pmu *cci_pmu,312 static int cci400_get_event_idx(struct cci_pmu *cci_pmu, in cci400_get_event_idx() argument[all …]