Searched refs:pmu_have_event (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/tools/perf/util/ |
| D | pmu.h | 89 bool pmu_have_event(const char *pname, const char *name);
|
| D | stat-shadow.c | 147 have_frontend_stalled = pmu_have_event("cpu", "stalled-cycles-frontend"); in perf_stat__init_shadow_stats() 1016 have_recovery_bubbles = pmu_have_event("cpu", in perf_stat__print_shadow_stats()
|
| D | pmu.c | 1504 bool pmu_have_event(const char *pname, const char *name) in pmu_have_event() function
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-stat.c | 1091 if (pmu_have_event("cpu", attr[i])) { in topdown_filter_events() 1270 if (pmu_have_event("cpu", "cycles-ct") && in add_default_attributes() 1271 pmu_have_event("cpu", "el-start")) in add_default_attributes() 1302 if (pmu_have_event("msr", "aperf") && in add_default_attributes() 1303 pmu_have_event("msr", "smi")) { in add_default_attributes() 1367 if (pmu_have_event("cpu", "stalled-cycles-frontend")) { in add_default_attributes() 1372 if (pmu_have_event("cpu", "stalled-cycles-backend")) { in add_default_attributes()
|
| /Linux-v5.4/tools/perf/arch/powerpc/util/ |
| D | kvm-stat.c | 207 if (pmu_have_event("trace_imc", "trace_cycles")) { in kvm_add_default_arch_event()
|