Searched defs:arm_spe_pmu (Results 1 – 2 of 2) sorted by relevance
33 struct perf_pmu *arm_spe_pmu; member43 struct perf_pmu *arm_spe_pmu; in arm_spe_set_timestamp() local76 struct perf_pmu *arm_spe_pmu = sper->arm_spe_pmu; in arm_spe_info_fill() local145 struct perf_pmu *arm_spe_pmu = sper->arm_spe_pmu; in arm_spe_recording_options() local487 struct perf_pmu *arm_spe_pmu) in arm_spe_recording_init()521 *arm_spe_pmu_default_config(struct perf_pmu *arm_spe_pmu) in arm_spe_pmu_default_config()
70 struct arm_spe_pmu { struct71 struct pmu pmu;95 #define to_spe_pmu(p) (container_of(p, struct arm_spe_pmu, pmu)) argument