Home
last modified time | relevance | path

Searched refs:tad_pmu (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/perf/
H A Dmarvell_cn10k_tad_pmu.c7 #define pr_fmt(fmt) "tad_pmu: " fmt
24 #define to_tad_pmu(p) (container_of(p, struct tad_pmu, pmu))
30 struct tad_pmu { struct
44 struct tad_pmu *tad_pmu = to_tad_pmu(event->pmu); in tad_pmu_event_counter_read() local
52 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() local
70 for (i = 0; i < tad_pmu in tad_pmu_event_counter_stop()
81 struct tad_pmu *tad_pmu = to_tad_pmu(event->pmu); tad_pmu_event_counter_start() local
107 struct tad_pmu *tad_pmu = to_tad_pmu(event->pmu); tad_pmu_event_counter_del() local
118 struct tad_pmu *tad_pmu = to_tad_pmu(event->pmu); tad_pmu_event_counter_add() local
141 struct tad_pmu *tad_pmu = to_tad_pmu(event->pmu); tad_pmu_event_init() local
232 struct tad_pmu *tad_pmu = to_tad_pmu(dev_get_drvdata(dev)); tad_pmu_cpumask_show() local
259 struct tad_pmu *tad_pmu; tad_pmu_probe() local
[all...]

Completed in 1 milliseconds