Searched refs:nr_ptts (Results 1 – 1 of 1) sorted by relevance
58 static struct perf_pmu **find_all_hisi_ptt_pmus(int *nr_ptts, int *err) in find_all_hisi_ptt_pmus() argument76 (*nr_ptts)++; in find_all_hisi_ptt_pmus()79 if (!(*nr_ptts)) in find_all_hisi_ptt_pmus()82 hisi_ptt_pmus = zalloc(sizeof(struct perf_pmu *) * (*nr_ptts)); in find_all_hisi_ptt_pmus()91 if (strstr(dent->d_name, HISI_PTT_PMU_NAME) && idx < *nr_ptts) { in find_all_hisi_ptt_pmus()131 int nr_ptts = 0; in auxtrace_record__init() local138 hisi_ptt_pmus = find_all_hisi_ptt_pmus(&nr_ptts, err); in auxtrace_record__init()148 found_ptt = find_pmu_for_event(hisi_ptt_pmus, nr_ptts, evsel); in auxtrace_record__init()