Home
last modified time | relevance | path

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

/linux/drivers/perf/
H A Darm_spe_pmu.c70 struct arm_spe_pmu { struct
100 #define to_spe_pmu(p) (container_of(p, struct arm_spe_pmu, pmu)) argument
132 static u64 arm_spe_pmu_cap_get(struct arm_spe_pmu *spe_pmu, int cap) in arm_spe_pmu_cap_get()
155 struct arm_spe_pmu *spe_pmu = dev_get_drvdata(dev); in arm_spe_pmu_cap_show()
167 struct arm_spe_pmu *spe_pmu = dev_get_drvdata(dev); in arm_spe_pmu_cap_show_hex()
310 struct arm_spe_pmu *spe_pmu = dev_get_drvdata(dev); in arm_spe_pmu_format_attr_is_visible()
344 struct arm_spe_pmu *spe_pmu = dev_get_drvdata(dev); in cpumask_show()
497 struct arm_spe_pmu *spe_pmu = to_spe_pmu(handle->event->pmu); in arm_spe_pmu_next_snapshot_off()
525 struct arm_spe_pmu *spe_pmu = to_spe_pmu(handle->event->pmu); in __arm_spe_pmu_next_off()
596 struct arm_spe_pmu *spe_pmu = to_spe_pmu(handle->event->pmu); in arm_spe_pmu_next_off()
[all …]
H A DMakefile26 obj-$(CONFIG_ARM_SPE_PMU) += arm_spe_pmu.o
/linux/tools/perf/arch/arm64/util/
H A Darm-spe.c38 struct perf_pmu *arm_spe_pmu; member
118 if (perf_cpu_map__has(sper->arm_spe_pmu->cpus, cpu)) in arm_spe_save_cpu_header()
119 pmu = sper->arm_spe_pmu; in arm_spe_save_cpu_header()
151 struct perf_pmu *arm_spe_pmu = sper->arm_spe_pmu; in arm_spe_info_fill() local
170 auxtrace_info->priv[ARM_SPE_PMU_TYPE_V2] = arm_spe_pmu->type; in arm_spe_info_fill()
238 static __u64 arm_spe_pmu__sample_period(const struct perf_pmu *arm_spe_pmu) in arm_spe_pmu__sample_period() argument
249 if (perf_pmu__scan_file(arm_spe_pmu, "caps/min_interval", "%llu", in arm_spe_pmu__sample_period()
657 struct perf_pmu *arm_spe_pmu) in arm_spe_recording_init() argument
661 if (!arm_spe_pmu) { in arm_spe_recording_init()
672 sper->arm_spe_pmu = arm_spe_pmu; in arm_spe_recording_init()
[all …]
/linux/tools/perf/util/
H A Darm-spe.h63 struct perf_pmu *arm_spe_pmu);
68 void arm_spe_pmu_default_config(const struct perf_pmu *arm_spe_pmu,