Searched refs:pmu_have_event (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/perf/arch/x86/util/ |
| A 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()
|
| A 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()
|
| A D | topdown.c | 56 if (!pmu_have_event("cpu", "slots")) in arch_topdown_sample_read()
|
| /linux/tools/perf/util/ |
| A D | topdown.c | 14 if (pmu_have_event("cpu", attr[i])) { in topdown_filter_events()
|
| A D | pmu.h | 119 bool pmu_have_event(const char *pname, const char *name);
|
| A D | stat-shadow.c | 1154 have_recovery_bubbles = pmu_have_event("cpu", in perf_stat__print_shadow_stats()
|
| A D | pmu.c | 1808 bool pmu_have_event(const char *pname, const char *name) in pmu_have_event() function
|
| /linux/tools/perf/ |
| A D | builtin-stat.c | 1774 if (pmu_have_event("cpu", "cycles-ct") && in add_default_attributes() 1775 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() 1931 if (pmu_have_event("cpu", "stalled-cycles-frontend")) { in add_default_attributes() 1935 if (pmu_have_event("cpu", "stalled-cycles-backend")) { in add_default_attributes()
|
| /linux/tools/perf/arch/powerpc/util/ |
| A D | kvm-stat.c | 208 if (pmu_have_event("trace_imc", "trace_cycles")) { in kvm_add_default_arch_event()
|
Completed in 18 milliseconds