Home
last modified time | relevance | path

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

/linux/drivers/perf/
H A Dfujitsu_uncore_pmu.c65 #define to_uncore_pmu(p) (container_of(p, struct uncore_pmu, pmu)) macro
71 struct uncore_pmu *uncorepmu = to_uncore_pmu(event->pmu); in fujitsu_uncore_counter_start()
91 struct uncore_pmu *uncorepmu = to_uncore_pmu(event->pmu); in fujitsu_uncore_counter_stop()
103 struct uncore_pmu *uncorepmu = to_uncore_pmu(event->pmu); in fujitsu_uncore_counter_update()
160 writeq_relaxed(PM_CR_ENABLE, to_uncore_pmu(pmu)->regs + PM_CR); in fujitsu_uncore_pmu_enable()
165 writeq_relaxed(0, to_uncore_pmu(pmu)->regs + PM_CR); in fujitsu_uncore_pmu_disable()
170 struct uncore_pmu *uncorepmu = to_uncore_pmu(event->pmu); in fujitsu_uncore_validate_event_group()
195 struct uncore_pmu *uncorepmu = to_uncore_pmu(event->pmu); in fujitsu_uncore_event_init()
250 struct uncore_pmu *uncorepmu = to_uncore_pmu(event->pmu); in fujitsu_uncore_event_add()
275 struct uncore_pmu *uncorepmu = to_uncore_pmu(event->pmu); in fujitsu_uncore_event_del()
[all …]