Home
last modified time | relevance | path

Searched refs:cpu_pmu_caps (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/perf/util/
H A Denv.c224 zfree(&env->cpu_pmu_caps[i]); in perf_env__exit()
225 zfree(&env->cpu_pmu_caps); in perf_env__exit()
616 if (!strncmp(env->cpu_pmu_caps[i], cap_eq, cap_size + 1)) { in perf_env__find_pmu_cap()
618 return &env->cpu_pmu_caps[i][cap_size + 1]; in perf_env__find_pmu_cap()
648 *nr = env->cpu_pmu_caps ? env->br_cntr_nr : in perf_env__find_br_cntr_info()
653 *width = env->cpu_pmu_caps ? env->br_cntr_width : in perf_env__find_br_cntr_info()
H A Denv.h92 char **cpu_pmu_caps; member
H A Dheader.c2109 ff->ph->env.cpu_pmu_caps, (char *)"cpu"); in print_cpu_pmu_caps()
3315 &ff->ph->env.cpu_pmu_caps, in process_cpu_pmu_caps()
3320 if (!ret && !ff->ph->env.cpu_pmu_caps) in process_cpu_pmu_caps()
3441 FEAT_OPR(CPU_PMU_CAPS, cpu_pmu_caps, false),