Searched refs:pevs (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | probe-event.c | 1249 int show_available_vars(struct perf_probe_event *pevs, int npevs, in show_available_vars() argument 1255 ret = init_probe_symbol_maps(pevs->uprobes); in show_available_vars() 1259 dinfo = open_debuginfo(pevs->target, pevs->nsi, false); in show_available_vars() 1268 ret = show_available_vars_at(dinfo, &pevs[i], _filter); in show_available_vars() 1310 int show_available_vars(struct perf_probe_event *pevs __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 3616 if (!pevs[i].uprobes) in convert_perf_probe_events() 3619 ret = convert_to_probe_trace_events(&pevs[i], &pevs[i].tevs); in convert_perf_probe_events() 3622 pevs[i].ntevs = ret; in convert_perf_probe_events() 3646 int show_probe_trace_events(struct perf_probe_event *pevs, int npevs) in show_probe_trace_events() argument [all …]
|