Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dprobe-event.h156 extern int show_available_vars(struct perf_probe_event *pevs, int npevs,
Dprobe-event.c950 int show_available_vars(struct perf_probe_event *pevs, int npevs, in show_available_vars() function
1010 int show_available_vars(struct perf_probe_event *pevs __maybe_unused, in show_available_vars() function
/linux-4.4.14/tools/perf/
Dbuiltin-probe.c592 ret = show_available_vars(params.events, params.nevents, in __cmd_probe()