Lines Matching refs:perf_pmu
22 static struct perf_pmu **find_all_arm_spe_pmus(int *nr_spes, int *err) in find_all_arm_spe_pmus()
24 struct perf_pmu **arm_spe_pmus = NULL; in find_all_arm_spe_pmus()
29 arm_spe_pmus = zalloc(sizeof(struct perf_pmu *) * nr_cpus); in find_all_arm_spe_pmus()
57 static struct perf_pmu **find_all_hisi_ptt_pmus(int *nr_ptts, int *err) in find_all_hisi_ptt_pmus()
59 struct perf_pmu **hisi_ptt_pmus = NULL; in find_all_hisi_ptt_pmus()
81 hisi_ptt_pmus = zalloc(sizeof(struct perf_pmu *) * (*nr_ptts)); in find_all_hisi_ptt_pmus()
102 static struct perf_pmu *find_pmu_for_event(struct perf_pmu **pmus, in find_pmu_for_event()
121 struct perf_pmu *cs_etm_pmu = NULL; in auxtrace_record__init()
122 struct perf_pmu **arm_spe_pmus = NULL; in auxtrace_record__init()
123 struct perf_pmu **hisi_ptt_pmus = NULL; in auxtrace_record__init()
125 struct perf_pmu *found_etm = NULL; in auxtrace_record__init()
126 struct perf_pmu *found_spe = NULL; in auxtrace_record__init()
127 struct perf_pmu *found_ptt = NULL; in auxtrace_record__init()