Home
last modified time | relevance | path

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

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