Home
last modified time | relevance | path

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

/arch/nds32/kernel/
Dperf_event_cpu.c185 struct nds32_pmu *nds32_pmu = to_nds32_pmu(event->pmu); in nds32_pmu_event_set_period()
417 struct nds32_pmu *cpu_pmu = to_nds32_pmu(event->pmu); in nds32_pmu_enable_event()
468 struct nds32_pmu *cpu_pmu = to_nds32_pmu(event->pmu); in nds32_pmu_disable_event()
497 struct nds32_pmu *cpu_pmu = to_nds32_pmu(event->pmu); in nds32_pmu_read_counter()
526 struct nds32_pmu *cpu_pmu = to_nds32_pmu(event->pmu); in nds32_pmu_write_counter()
696 struct nds32_pmu *nds32_pmu = to_nds32_pmu(pmu); in nds32_pmu_enable()
707 struct nds32_pmu *nds32_pmu = to_nds32_pmu(pmu); in nds32_pmu_disable()
754 struct nds32_pmu *nds32_pmu = to_nds32_pmu(event->pmu); in validate_event()
798 struct nds32_pmu *nds32_pmu = to_nds32_pmu(event->pmu); in __hw_perf_event_init()
859 struct nds32_pmu *nds32_pmu = to_nds32_pmu(event->pmu); in nds32_pmu_event_init()
[all …]
/arch/nds32/include/asm/
Dpmu.h89 #define to_nds32_pmu(p) (container_of(p, struct nds32_pmu, pmu)) macro