Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dprobe-event.c1249 int show_available_vars(struct perf_probe_event *pevs, int npevs, in show_available_vars() argument
1267 for (i = 0; i < npevs && ret >= 0; i++) in show_available_vars()
1311 int npevs __maybe_unused, in show_available_vars()
3609 int convert_perf_probe_events(struct perf_probe_event *pevs, int npevs) in convert_perf_probe_events() argument
3614 for (i = 0; i < npevs; i++) { in convert_perf_probe_events()
3646 int show_probe_trace_events(struct perf_probe_event *pevs, int npevs) in show_probe_trace_events() argument
3656 for (j = 0; j < npevs && !ret; j++) { in show_probe_trace_events()
3701 int show_bootconfig_events(struct perf_probe_event *pevs, int npevs) in show_bootconfig_events() argument
3712 for (j = 0; j < npevs && !ret; j++) { in show_bootconfig_events()
3748 int apply_perf_probe_events(struct perf_probe_event *pevs, int npevs) in apply_perf_probe_events() argument
[all …]