Searched refs:nr_spes (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/arch/arm/util/ |
H A D | auxtrace.c | 18 static struct perf_pmu **find_all_arm_spe_pmus(int *nr_spes, int *err) in find_all_arm_spe_pmus() argument 40 arm_spe_pmus[*nr_spes] = perf_pmu__find(arm_spe_pmu_name); in find_all_arm_spe_pmus() 41 if (arm_spe_pmus[*nr_spes]) { in find_all_arm_spe_pmus() 43 __func__, __LINE__, *nr_spes, in find_all_arm_spe_pmus() 44 arm_spe_pmus[*nr_spes]->type, in find_all_arm_spe_pmus() 45 arm_spe_pmus[*nr_spes]->name); in find_all_arm_spe_pmus() 46 (*nr_spes)++; in find_all_arm_spe_pmus() 61 int nr_spes = 0; in auxtrace_record__init() local 68 arm_spe_pmus = find_all_arm_spe_pmus(&nr_spes, err); in auxtrace_record__init() 75 if (!nr_spes || found_sp in auxtrace_record__init() [all...] |
/kernel/linux/linux-6.6/tools/perf/arch/arm/util/ |
H A D | auxtrace.c | 22 static struct perf_pmu **find_all_arm_spe_pmus(int *nr_spes, int *err) in find_all_arm_spe_pmus() argument 44 arm_spe_pmus[*nr_spes] = perf_pmus__find(arm_spe_pmu_name); in find_all_arm_spe_pmus() 45 if (arm_spe_pmus[*nr_spes]) { in find_all_arm_spe_pmus() 47 __func__, __LINE__, *nr_spes, in find_all_arm_spe_pmus() 48 arm_spe_pmus[*nr_spes]->type, in find_all_arm_spe_pmus() 49 arm_spe_pmus[*nr_spes]->name); in find_all_arm_spe_pmus() 50 (*nr_spes)++; in find_all_arm_spe_pmus() 129 int nr_spes = 0; in auxtrace_record__init() local 136 arm_spe_pmus = find_all_arm_spe_pmus(&nr_spes, err); in auxtrace_record__init() 144 found_spe = find_pmu_for_event(arm_spe_pmus, nr_spes, evse in auxtrace_record__init() [all...] |
Completed in 1 milliseconds