Searched refs:perf_env__find_pmu_cap (Results 1 – 4 of 4) sorted by relevance
| /tools/perf/util/ |
| A D | amd-sample-raw.c | 374 if (perf_env__find_pmu_cap(env, "ibs_op", "zen4_ibs_extensions")) in evlist__has_amd_ibs() 377 if (perf_env__find_pmu_cap(env, "ibs_op", "ldlat")) in evlist__has_amd_ibs() 380 if (perf_env__find_pmu_cap(env, "ibs_op", "dtlb_pgsize")) in evlist__has_amd_ibs()
|
| A D | env.h | 194 char *perf_env__find_pmu_cap(struct perf_env *env, const char *pmu_name,
|
| A D | env.c | 721 char *perf_env__find_pmu_cap(struct perf_env *env, const char *pmu_name, in perf_env__find_pmu_cap() function
|
| A D | header.c | 2139 char *max_precise = perf_env__find_pmu_cap(env, "cpu", "max_precise"); in print_pmu_caps()
|
Completed in 14 milliseconds