Home
last modified time | relevance | path

Searched refs:cci_pmu (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/perf/
Darm-cci.c41 #define CCI_PMU_CNTR_LAST(cci_pmu) (cci_pmu->num_cntrs - 1) argument
77 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 { struct
115 #define to_cci_pmu(c) (container_of(c, struct cci_pmu, pmu)) argument
117 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 …]