Searched refs:pevs (Results 1 – 2 of 2) sorted by relevance
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | probe-event.h | 125 extern int add_perf_probe_events(struct perf_probe_event *pevs, int npevs, 131 extern int show_available_vars(struct perf_probe_event *pevs, int npevs,
|
D | probe-event.c | 606 int show_available_vars(struct perf_probe_event *pevs, int npevs, in show_available_vars() argument 626 ret = show_available_vars_at(dinfo, &pevs[i], max_vls, _filter, in show_available_vars() 671 int show_available_vars(struct perf_probe_event *pevs __maybe_unused, in show_available_vars() 2012 int add_perf_probe_events(struct perf_probe_event *pevs, int npevs, in add_perf_probe_events() argument 2024 if (!pevs->uprobes) in add_perf_probe_events() 2037 pkgs[i].pev = &pevs[i]; in add_perf_probe_events()
|