Searched refs:arm_spe_pmu (Results 1 – 4 of 4) sorted by relevance
70 struct arm_spe_pmu { struct100 #define to_spe_pmu(p) (container_of(p, struct arm_spe_pmu, pmu)) argument132 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 …]
26 obj-$(CONFIG_ARM_SPE_PMU) += arm_spe_pmu.o
38 struct perf_pmu *arm_spe_pmu; member118 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() local170 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() argument249 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() argument661 if (!arm_spe_pmu) { in arm_spe_recording_init()672 sper->arm_spe_pmu = arm_spe_pmu; in arm_spe_recording_init()[all …]
63 struct perf_pmu *arm_spe_pmu);68 void arm_spe_pmu_default_config(const struct perf_pmu *arm_spe_pmu,