Searched full:tad_pmu (Results 1 – 2 of 2) sorted by relevance
7 #define pr_fmt(fmt) "tad_pmu: " fmt24 #define to_tad_pmu(p) (container_of(p, struct tad_pmu, pmu))30 struct tad_pmu { struct44 struct tad_pmu *tad_pmu = to_tad_pmu(event->pmu); in tad_pmu_event_counter_read() local52 for (i = 0, new = 0; i < tad_pmu->region_cnt; i++) in tad_pmu_event_counter_read()53 new += readq(tad_pmu->regions[i].base + in tad_pmu_event_counter_read()62 struct tad_pmu *tad_pmu = to_tad_pmu(event->pmu); in tad_pmu_event_counter_stop() local70 for (i = 0; i < tad_pmu->region_cnt; i++) { in tad_pmu_event_counter_stop()71 writeq_relaxed(0, tad_pmu->regions[i].base + in tad_pmu_event_counter_stop()81 struct tad_pmu *tad_pmu = to_tad_pmu(event->pmu); in tad_pmu_event_counter_start() local[all …]
56 tad_pmu@80000000 {