Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/bus/
Darm-cci.c86 #define CCI_PMU_CNTR_LAST(cci_pmu) (cci_pmu->num_cntrs - 1) argument
135 struct cci_pmu { struct
141 const struct cci_pmu_model *model; argument
142 struct cci_pmu_hw_events hw_events; argument
151 #define to_cci_pmu(c) (container_of(c, struct cci_pmu, pmu)) argument
338 static int cci400_get_event_idx(struct cci_pmu *cci_pmu, in cci400_get_event_idx()
360 static int cci400_validate_hw_event(struct cci_pmu *cci_pmu, unsigned long hw_event) in cci400_validate_hw_event()
561 static int cci500_validate_hw_event(struct cci_pmu *cci_pmu, in cci500_validate_hw_event()
622 static int pmu_is_valid_counter(struct cci_pmu *cci_pmu, int idx) in pmu_is_valid_counter()
627 static u32 pmu_read_register(struct cci_pmu *cci_pmu, int idx, unsigned int offset) in pmu_read_register()
[all …]