Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Denv.c220 zfree(&env->cpu_pmu_caps[i]); in perf_env__exit()
221 zfree(&env->cpu_pmu_caps); in perf_env__exit()
574 if (!strncmp(env->cpu_pmu_caps[i], cap_eq, cap_size + 1)) { in perf_env__find_pmu_cap()
576 return &env->cpu_pmu_caps[i][cap_size + 1]; in perf_env__find_pmu_cap()
H A Denv.h84 char **cpu_pmu_caps; member
H A Dheader.c2138 ff->ph->env.cpu_pmu_caps, (char *)"cpu"); in print_cpu_pmu_caps()
3323 &ff->ph->env.cpu_pmu_caps, in process_cpu_pmu_caps()
3326 if (!ret && !ff->ph->env.cpu_pmu_caps) in process_cpu_pmu_caps()
3445 FEAT_OPR(CPU_PMU_CAPS, cpu_pmu_caps, false),