Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dprobe-event.h179 int show_available_vars(struct perf_probe_event *pevs, int npevs,
H A Dprobe-event.c1214 int show_available_vars(struct perf_probe_event *pevs, int npevs, in show_available_vars() function
1275 int show_available_vars(struct perf_probe_event *pevs __maybe_unused, in show_available_vars() function
/openbmc/linux/tools/perf/
H A Dbuiltin-probe.c709 ret = show_available_vars(params->events, params->nevents, in __cmd_probe()