Home
last modified time | relevance | path

Searched refs:tp_pmu__have_event (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dtp_pmu.h17 bool tp_pmu__have_event(struct perf_pmu *pmu, const char *name);
H A Dtp_pmu.c190 bool tp_pmu__have_event(struct perf_pmu *pmu __maybe_unused, const char *name) in tp_pmu__have_event() function
H A Dpmu.c2054 return tp_pmu__have_event(pmu, name); in perf_pmu__have_event()