Searched refs:pmu_have_event (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/tools/perf/arch/x86/util/ |
| D | mem-events.c | 32 if (!pmu_have_event("cpu", "mem-loads-aux")) in is_mem_loads_aux_event() 35 if (!pmu_have_event("cpu_core", "mem-loads-aux")) in is_mem_loads_aux_event() 58 if (pmu_have_event(pmu_name, "mem-loads-aux")) { in perf_mem_events__name()
|
| D | evlist.c | 12 if (!pmu_have_event("cpu", "slots")) in arch_evlist__add_default_attrs() 15 if (pmu_have_event("cpu", "topdown-heavy-ops")) in arch_evlist__add_default_attrs()
|
| D | topdown.c | 56 if (!pmu_have_event("cpu", "slots")) in arch_topdown_sample_read()
|
| /Linux-v5.15/tools/perf/util/ |
| D | topdown.c | 14 if (pmu_have_event("cpu", attr[i])) { in topdown_filter_events()
|
| D | pmu.h | 115 bool pmu_have_event(const char *pname, const char *name);
|
| D | stat-shadow.c | 1145 have_recovery_bubbles = pmu_have_event("cpu", in perf_stat__print_shadow_stats()
|
| D | pmu.c | 1778 bool pmu_have_event(const char *pname, const char *name) in pmu_have_event() function
|
| /Linux-v5.15/tools/perf/arch/powerpc/util/ |
| D | kvm-stat.c | 207 if (pmu_have_event("trace_imc", "trace_cycles")) { in kvm_add_default_arch_event()
|
| /Linux-v5.15/tools/perf/ |
| D | builtin-stat.c | 1775 if (pmu_have_event("cpu", "cycles-ct") && in add_default_attributes() 1776 pmu_have_event("cpu", "el-start")) in add_default_attributes() 1807 if (pmu_have_event("msr", "aperf") && in add_default_attributes() 1808 pmu_have_event("msr", "smi")) { in add_default_attributes() 1835 if (pmu_have_event("cpu", topdown_metric_L2_attrs[5])) { in add_default_attributes() 1925 if (pmu_have_event("cpu", "stalled-cycles-frontend")) { in add_default_attributes() 1929 if (pmu_have_event("cpu", "stalled-cycles-backend")) { in add_default_attributes()
|