Searched refs:pevs (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | probe-event.h | 127 extern int add_perf_probe_events(struct perf_probe_event *pevs, int npevs, 133 extern int show_available_vars(struct perf_probe_event *pevs, int npevs,
|
D | probe-event.c | 879 int show_available_vars(struct perf_probe_event *pevs, int npevs, in show_available_vars() argument 886 ret = init_symbol_maps(pevs->uprobes); in show_available_vars() 899 ret = show_available_vars_at(dinfo, &pevs[i], max_vls, _filter, in show_available_vars() 939 int show_available_vars(struct perf_probe_event *pevs __maybe_unused, in show_available_vars() 2601 int add_perf_probe_events(struct perf_probe_event *pevs, int npevs, in add_perf_probe_events() argument 2613 ret = init_symbol_maps(pevs->uprobes); in add_perf_probe_events() 2621 pkgs[i].pev = &pevs[i]; in add_perf_probe_events()
|