Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/arch/arm64/util/
Darm-spe.c32 struct perf_pmu *arm_spe_pmu; member
40 struct perf_pmu *arm_spe_pmu; in arm_spe_set_timestamp() local
45 arm_spe_pmu = ptr->arm_spe_pmu; in arm_spe_set_timestamp()
50 bit = perf_pmu__format_bits(&arm_spe_pmu->format, "ts_enable"); in arm_spe_set_timestamp()
73 struct perf_pmu *arm_spe_pmu = sper->arm_spe_pmu; in arm_spe_info_fill() local
82 auxtrace_info->priv[ARM_SPE_PMU_TYPE] = arm_spe_pmu->type; in arm_spe_info_fill()
93 struct perf_pmu *arm_spe_pmu = sper->arm_spe_pmu; in arm_spe_recording_options() local
103 if (evsel->core.attr.type == arm_spe_pmu->type) { in arm_spe_recording_options()
193 struct perf_pmu *arm_spe_pmu) in arm_spe_recording_init() argument
197 if (!arm_spe_pmu) { in arm_spe_recording_init()
[all …]
/Linux-v5.15/drivers/perf/
Darm_spe_pmu.c50 struct arm_spe_pmu { struct
75 #define to_spe_pmu(p) (container_of(p, struct arm_spe_pmu, pmu)) argument
103 static u32 arm_spe_pmu_cap_get(struct arm_spe_pmu *spe_pmu, int cap) in arm_spe_pmu_cap_get()
124 struct arm_spe_pmu *spe_pmu = dev_get_drvdata(dev); in arm_spe_pmu_cap_show()
237 struct arm_spe_pmu *spe_pmu = dev_get_drvdata(dev); in cpumask_show()
283 struct arm_spe_pmu *spe_pmu = to_spe_pmu(event->pmu); in arm_spe_event_sanitise_period()
358 struct arm_spe_pmu *spe_pmu = to_spe_pmu(handle->event->pmu); in arm_spe_pmu_next_snapshot_off()
386 struct arm_spe_pmu *spe_pmu = to_spe_pmu(handle->event->pmu); in __arm_spe_pmu_next_off()
457 struct arm_spe_pmu *spe_pmu = to_spe_pmu(handle->event->pmu); in arm_spe_pmu_next_off()
673 struct arm_spe_pmu *spe_pmu = to_spe_pmu(event->pmu); in arm_spe_pmu_event_init()
[all …]
DMakefile15 obj-$(CONFIG_ARM_SPE_PMU) += arm_spe_pmu.o
/Linux-v5.15/tools/perf/util/
Darm-spe.h25 struct perf_pmu *arm_spe_pmu);
30 struct perf_event_attr *arm_spe_pmu_default_config(struct perf_pmu *arm_spe_pmu);