Searched defs:arm_spe_pmu (Results 1 – 2 of 2) sorted by relevance
33 struct perf_pmu *arm_spe_pmu; member53 struct perf_pmu *arm_spe_pmu = sper->arm_spe_pmu; in arm_spe_info_fill() local116 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() local484 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()
70 struct arm_spe_pmu { struct71 struct pmu pmu;72 struct platform_device *pdev;96 #define to_spe_pmu(p) (container_of(p, struct arm_spe_pmu, pmu)) argument