Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dprobe-event.h180 int show_available_vars(struct perf_probe_event *pevs, int npevs,
Dprobe-event.c1203 int show_available_vars(struct perf_probe_event *pevs, int npevs, in show_available_vars() function
1264 int show_available_vars(struct perf_probe_event *pevs __maybe_unused, in show_available_vars() function
/linux-6.1.9/tools/perf/
Dbuiltin-probe.c691 ret = show_available_vars(params.events, params.nevents, in __cmd_probe()