Home
last modified time | relevance | path

Searched defs:arm_spe_pmu (Results 1 – 2 of 2) sorted by relevance

/linux-6.8/tools/perf/arch/arm64/util/
Darm-spe.c33 struct perf_pmu *arm_spe_pmu; member
53 struct perf_pmu *arm_spe_pmu = sper->arm_spe_pmu; in arm_spe_info_fill() local
116 static __u64 arm_spe_pmu__sample_period(const struct perf_pmu *arm_spe_pmu) in arm_spe_pmu__sample_period()
141 struct perf_pmu *arm_spe_pmu = sper->arm_spe_pmu; in arm_spe_recording_options() local
484 struct perf_pmu *arm_spe_pmu) in arm_spe_recording_init()
518 arm_spe_pmu_default_config(const struct perf_pmu *arm_spe_pmu, struct perf_event_attr *attr) in arm_spe_pmu_default_config()
/linux-6.8/drivers/perf/
Darm_spe_pmu.c70 struct arm_spe_pmu { struct
71 struct pmu pmu;
72 struct platform_device *pdev;
96 #define to_spe_pmu(p) (container_of(p, struct arm_spe_pmu, pmu)) argument