Searched defs:arm_spe_pmu (Results 1 – 2 of 2) sorted by relevance
28 struct perf_pmu *arm_spe_pmu; member46 struct perf_pmu *arm_spe_pmu = sper->arm_spe_pmu; in arm_spe_info_fill() local66 struct perf_pmu *arm_spe_pmu = sper->arm_spe_pmu; in arm_spe_recording_options() local173 struct perf_pmu *arm_spe_pmu) in arm_spe_recording_init()202 *arm_spe_pmu_default_config(struct perf_pmu *arm_spe_pmu) in arm_spe_pmu_default_config()
60 struct arm_spe_pmu { struct61 struct pmu pmu;85 #define to_spe_pmu(p) (container_of(p, struct arm_spe_pmu, pmu)) argument