Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtp_pmu.h15 int tp_pmu__for_each_event(struct perf_pmu *pmu, void *state, pmu_event_callback cb);
H A Dtp_pmu.c157 int tp_pmu__for_each_event(struct perf_pmu *pmu, void *state, pmu_event_callback cb) in tp_pmu__for_each_event() function
H A Dpmu.c2206 return tp_pmu__for_each_event(pmu, state, cb); in perf_pmu__for_each_event()