Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dprobe-event.h163 int convert_perf_probe_events(struct perf_probe_event *pevs, int npevs);
H A Dprobe-event.c3609 int convert_perf_probe_events(struct perf_probe_event *pevs, int npevs) in convert_perf_probe_events() function
/linux/tools/perf/
H A Dbuiltin-probe.c353 ret = convert_perf_probe_events(pevs, npevs); in perf_add_probe_events()