Home
last modified time | relevance | path

Searched defs: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
99 struct cci_pmu { struct
107 const struct cci_pmu_model *model; argument
108 struct cci_pmu_hw_events hw_events; argument
115 #define to_cci_pmu(c) (container_of(c, struct cci_pmu, pmu)) argument
312 static int cci400_get_event_idx(struct cci_pmu *cci_pmu, in cci400_get_event_idx()
334 static int cci400_validate_hw_event(struct cci_pmu *cci_pmu, unsigned long hw_event) in cci400_validate_hw_event()
372 static int probe_cci400_revision(struct cci_pmu *cci_pmu) in probe_cci400_revision()
384 static const struct cci_pmu_model *probe_cci_model(struct cci_pmu *cci_pmu) in probe_cci_model()
391 static inline struct cci_pmu_model *probe_cci_model(struct cci_pmu *cci_pmu) in probe_cci_model()
[all …]