Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtp_pmu.c64 int tp_pmu__for_each_tp_sys(void *state, tp_sys_callback cb) in tp_pmu__for_each_tp_sys() function
165 return tp_pmu__for_each_tp_sys(&args, for_each_event_sys_cb); in tp_pmu__for_each_event()
186 tp_pmu__for_each_tp_sys(&count, num_events_sys_cb); in tp_pmu__num_events()
H A Dtp_pmu.h12 int tp_pmu__for_each_tp_sys(void *state, tp_sys_callback cb);
H A Dparse-events.c568 ret = tp_pmu__for_each_tp_sys(&args, add_tracepoint_multi_sys_cb); in add_tracepoint_multi_sys()