Home
last modified time | relevance | path

Searched defs: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
96 struct cci_pmu { struct
104 const struct cci_pmu_model *model; argument
105 struct cci_pmu_hw_events hw_events; argument
112 #define to_cci_pmu(c) (container_of(c, struct cci_pmu, pmu)) argument
307 static int cci400_get_event_idx(struct cci_pmu *cci_pmu, in cci400_get_event_idx()
329 static int cci400_validate_hw_event(struct cci_pmu *cci_pmu, unsigned long hw_event) in cci400_validate_hw_event()
367 static int probe_cci400_revision(struct cci_pmu *cci_pmu) in probe_cci400_revision()
379 static const struct cci_pmu_model *probe_cci_model(struct cci_pmu *cci_pmu) in probe_cci_model()
386 static inline struct cci_pmu_model *probe_cci_model(struct cci_pmu *cci_pmu) in probe_cci_model()
[all …]