Home
last modified time | relevance | path

Searched refs:tp_sys_callback (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dtp_pmu.h7 typedef int (*tp_sys_callback)(void *state, const char *sys_name); typedef
12 int tp_pmu__for_each_tp_sys(void *state, tp_sys_callback cb);
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()