Searched refs:perf_pmu__have_event (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/perf/arch/x86/util/
H A Dtopdown.c27 if (pmu && perf_pmu__have_event(pmu, "slots"))
H A Dpmu.c39 if (perf_pmu__have_event(pmu, "mem-loads-aux"))
/linux-master/tools/perf/util/
H A Dpmu.h222 bool perf_pmu__have_event(struct perf_pmu *pmu, const char *name);
H A Dpmus.c510 return pmu && perf_pmu__have_event(pmu, name);
H A Dparse-events.c203 if (perf_pmu__have_event(pmu, term->val.str)) {
995 !perf_pmu__have_event(pmu, term->config)) {
1019 if (perf_pmu__have_event(pmu, term->config)) {
1582 if (!perf_pmu__have_event(pmu, event_name))
H A Dpmu.c1620 bool perf_pmu__have_event(struct perf_pmu *pmu, const char *name) function
/linux-master/tools/perf/tests/
H A Dparse-events.c177 TEST_ASSERT_VAL("PMU missing event", perf_pmu__have_event(pmu, name));

Completed in 149 milliseconds