Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Denv.c200 zfree(&env->cpu_pmu_caps[i]); in perf_env__exit()
201 zfree(&env->cpu_pmu_caps); in perf_env__exit()
556 if (!strncmp(env->cpu_pmu_caps[i], cap_eq, cap_size + 1)) { in perf_env__find_pmu_cap()
558 return &env->cpu_pmu_caps[i][cap_size + 1]; in perf_env__find_pmu_cap()
A Denv.h84 char **cpu_pmu_caps; member
A Dheader.c2105 ff->ph->env.cpu_pmu_caps, (char *)"cpu"); in print_cpu_pmu_caps()
3287 &ff->ph->env.cpu_pmu_caps, in process_cpu_pmu_caps()
3290 if (!ret && !ff->ph->env.cpu_pmu_caps) in process_cpu_pmu_caps()
3409 FEAT_OPR(CPU_PMU_CAPS, cpu_pmu_caps, false),

Completed in 11 milliseconds