Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/perf/
Darm-cci.c38 #define CCI_PMU_CNTR_LAST(cci_pmu) (cci_pmu->num_cntrs - 1) argument
74 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 { struct
112 #define to_cci_pmu(c) (container_of(c, struct cci_pmu, pmu)) argument
114 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 …]