Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/perf/
H A Darm_spe_pmu.c121 static u32 arm_spe_pmu_cap_get(struct arm_spe_pmu *spe_pmu, int cap) in arm_spe_pmu_cap_get() argument
124 return !!(spe_pmu->features & arm_spe_pmu_feat_caps[cap]); in arm_spe_pmu_cap_get()
128 return spe_pmu->counter_sz; in arm_spe_pmu_cap_get()
130 return spe_pmu->min_period; in arm_spe_pmu_cap_get()
142 struct arm_spe_pmu *spe_pmu = dev_get_drvdata(dev); in arm_spe_pmu_cap_show() local
148 arm_spe_pmu_cap_get(spe_pmu, cap)); in arm_spe_pmu_cap_show()
257 struct arm_spe_pmu *spe_pmu = dev_get_drvdata(dev); in arm_spe_pmu_get_attr_cpumask() local
259 return cpumap_print_to_pagebuf(true, buf, &spe_pmu->supported_cpus); in arm_spe_pmu_get_attr_cpumask()
303 struct arm_spe_pmu *spe_pmu = to_spe_pmu(event->pmu); in arm_spe_event_sanitise_period() local
308 if (period < spe_pmu in arm_spe_event_sanitise_period()
378 struct arm_spe_pmu *spe_pmu = to_spe_pmu(handle->event->pmu); arm_spe_pmu_next_snapshot_off() local
406 struct arm_spe_pmu *spe_pmu = to_spe_pmu(handle->event->pmu); __arm_spe_pmu_next_off() local
477 struct arm_spe_pmu *spe_pmu = to_spe_pmu(handle->event->pmu); arm_spe_pmu_next_off() local
681 struct arm_spe_pmu *spe_pmu = to_spe_pmu(event->pmu); arm_spe_pmu_event_init() local
733 struct arm_spe_pmu *spe_pmu = to_spe_pmu(event->pmu); arm_spe_pmu_start() local
766 struct arm_spe_pmu *spe_pmu = to_spe_pmu(event->pmu); arm_spe_pmu_stop() local
808 struct arm_spe_pmu *spe_pmu = to_spe_pmu(event->pmu); arm_spe_pmu_add() local
895 arm_spe_pmu_perf_init(struct arm_spe_pmu *spe_pmu) arm_spe_pmu_perf_init() argument
938 arm_spe_pmu_perf_destroy(struct arm_spe_pmu *spe_pmu) arm_spe_pmu_perf_destroy() argument
947 struct arm_spe_pmu *spe_pmu = info; __arm_spe_pmu_dev_probe() local
1075 struct arm_spe_pmu *spe_pmu = info; __arm_spe_pmu_setup_one() local
1083 struct arm_spe_pmu *spe_pmu = info; __arm_spe_pmu_stop_one() local
1091 struct arm_spe_pmu *spe_pmu; arm_spe_pmu_cpu_startup() local
1103 struct arm_spe_pmu *spe_pmu; arm_spe_pmu_cpu_teardown() local
1113 arm_spe_pmu_dev_init(struct arm_spe_pmu *spe_pmu) arm_spe_pmu_dev_init() argument
1142 arm_spe_pmu_dev_teardown(struct arm_spe_pmu *spe_pmu) arm_spe_pmu_dev_teardown() argument
1149 arm_spe_pmu_irq_probe(struct arm_spe_pmu *spe_pmu) arm_spe_pmu_irq_probe() argument
1186 struct arm_spe_pmu *spe_pmu; arm_spe_pmu_device_probe() local
1234 struct arm_spe_pmu *spe_pmu = platform_get_drvdata(pdev); arm_spe_pmu_device_remove() local
[all...]
/kernel/linux/linux-6.6/drivers/perf/
H A Darm_spe_pmu.c124 static u32 arm_spe_pmu_cap_get(struct arm_spe_pmu *spe_pmu, int cap) in arm_spe_pmu_cap_get() argument
127 return !!(spe_pmu->features & arm_spe_pmu_feat_caps[cap]); in arm_spe_pmu_cap_get()
131 return spe_pmu->counter_sz; in arm_spe_pmu_cap_get()
133 return spe_pmu->min_period; in arm_spe_pmu_cap_get()
145 struct arm_spe_pmu *spe_pmu = dev_get_drvdata(dev); in arm_spe_pmu_cap_show() local
150 return sysfs_emit(buf, "%u\n", arm_spe_pmu_cap_get(spe_pmu, cap)); in arm_spe_pmu_cap_show()
261 struct arm_spe_pmu *spe_pmu = dev_get_drvdata(dev); in arm_spe_pmu_format_attr_is_visible() local
263 if (attr == &format_attr_inv_event_filter.attr && !(spe_pmu->features & SPE_PMU_FEAT_INV_FILT_EVT)) in arm_spe_pmu_format_attr_is_visible()
278 struct arm_spe_pmu *spe_pmu = dev_get_drvdata(dev); in cpumask_show() local
280 return cpumap_print_to_pagebuf(true, buf, &spe_pmu in cpumask_show()
324 struct arm_spe_pmu *spe_pmu = to_spe_pmu(event->pmu); arm_spe_event_sanitise_period() local
406 struct arm_spe_pmu *spe_pmu = to_spe_pmu(handle->event->pmu); arm_spe_pmu_next_snapshot_off() local
434 struct arm_spe_pmu *spe_pmu = to_spe_pmu(handle->event->pmu); __arm_spe_pmu_next_off() local
505 struct arm_spe_pmu *spe_pmu = to_spe_pmu(handle->event->pmu); arm_spe_pmu_next_off() local
722 struct arm_spe_pmu *spe_pmu = to_spe_pmu(event->pmu); arm_spe_pmu_event_init() local
780 struct arm_spe_pmu *spe_pmu = to_spe_pmu(event->pmu); arm_spe_pmu_start() local
818 struct arm_spe_pmu *spe_pmu = to_spe_pmu(event->pmu); arm_spe_pmu_stop() local
860 struct arm_spe_pmu *spe_pmu = to_spe_pmu(event->pmu); arm_spe_pmu_add() local
947 arm_spe_pmu_perf_init(struct arm_spe_pmu *spe_pmu) arm_spe_pmu_perf_init() argument
990 arm_spe_pmu_perf_destroy(struct arm_spe_pmu *spe_pmu) arm_spe_pmu_perf_destroy() argument
999 struct arm_spe_pmu *spe_pmu = info; __arm_spe_pmu_dev_probe() local
1133 struct arm_spe_pmu *spe_pmu = info; __arm_spe_pmu_setup_one() local
1141 struct arm_spe_pmu *spe_pmu = info; __arm_spe_pmu_stop_one() local
1149 struct arm_spe_pmu *spe_pmu; arm_spe_pmu_cpu_startup() local
1161 struct arm_spe_pmu *spe_pmu; arm_spe_pmu_cpu_teardown() local
1171 arm_spe_pmu_dev_init(struct arm_spe_pmu *spe_pmu) arm_spe_pmu_dev_init() argument
1200 arm_spe_pmu_dev_teardown(struct arm_spe_pmu *spe_pmu) arm_spe_pmu_dev_teardown() argument
1207 arm_spe_pmu_irq_probe(struct arm_spe_pmu *spe_pmu) arm_spe_pmu_irq_probe() argument
1244 struct arm_spe_pmu *spe_pmu; arm_spe_pmu_device_probe() local
1290 struct arm_spe_pmu *spe_pmu = platform_get_drvdata(pdev); arm_spe_pmu_device_remove() local
[all...]

Completed in 3 milliseconds