Searched defs:arm_spe_pmu (Results 1 – 2 of 2) sorted by relevance
31 struct perf_pmu *arm_spe_pmu; member49 struct perf_pmu *arm_spe_pmu = sper->arm_spe_pmu; in arm_spe_info_fill() local69 struct perf_pmu *arm_spe_pmu = sper->arm_spe_pmu; in arm_spe_recording_options() local176 struct perf_pmu *arm_spe_pmu) in arm_spe_recording_init()205 *arm_spe_pmu_default_config(struct perf_pmu *arm_spe_pmu) in arm_spe_pmu_default_config()
50 struct arm_spe_pmu { struct51 struct pmu pmu;75 #define to_spe_pmu(p) (container_of(p, struct arm_spe_pmu, pmu)) argument