Searched defs:arm_spe_pmu (Results 1 – 2 of 2) sorted by relevance
32 struct perf_pmu *arm_spe_pmu; member40 struct perf_pmu *arm_spe_pmu; in arm_spe_set_timestamp() local73 struct perf_pmu *arm_spe_pmu = sper->arm_spe_pmu; in arm_spe_info_fill() local93 struct perf_pmu *arm_spe_pmu = sper->arm_spe_pmu; in arm_spe_recording_options() local193 struct perf_pmu *arm_spe_pmu) in arm_spe_recording_init()223 *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