Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dprobe-event.h136 extern int show_available_funcs(const char *module, struct strfilter *filter,
Dprobe-event.c2806 int show_available_funcs(const char *target, struct strfilter *_filter, in show_available_funcs() function
/linux-4.1.27/tools/perf/
Dbuiltin-probe.c454 ret = show_available_funcs(params.target, params.filter, in __cmd_probe()