Searched refs:pmu_have_event (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/ |
D | topdown.c | 56 if (!pmu_have_event("cpu", "slots")) in arch_topdown_sample_read()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | topdown.c | 14 if (pmu_have_event("cpu", attr[i])) { in topdown_filter_events()
|
D | pmu.h | 105 bool pmu_have_event(const char *pname, const char *name);
|
D | stat-shadow.c | 1117 have_recovery_bubbles = pmu_have_event("cpu", in perf_stat__print_shadow_stats()
|
D | pmu.c | 1590 bool pmu_have_event(const char *pname, const char *name) in pmu_have_event() function
|
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/util/ |
D | kvm-stat.c | 207 if (pmu_have_event("trace_imc", "trace_cycles")) { in kvm_add_default_arch_event()
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-stat.c | 1647 if (pmu_have_event("cpu", "cycles-ct") && in add_default_attributes() 1648 pmu_have_event("cpu", "el-start")) in add_default_attributes() 1679 if (pmu_have_event("msr", "aperf") && in add_default_attributes() 1680 pmu_have_event("msr", "smi")) { in add_default_attributes() 1762 if (pmu_have_event("cpu", "stalled-cycles-frontend")) { in add_default_attributes() 1766 if (pmu_have_event("cpu", "stalled-cycles-backend")) { in add_default_attributes()
|