Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dprobe-event.h145 extern int convert_perf_probe_events(struct perf_probe_event *pevs, int npevs);
Dbpf-loader.c223 err = convert_perf_probe_events(pev, 1); in bpf__probe()
Dprobe-event.c2770 int convert_perf_probe_events(struct perf_probe_event *pevs, int npevs) in convert_perf_probe_events() function
2828 ret = convert_perf_probe_events(pevs, npevs); in add_perf_probe_events()
/linux-4.4.14/tools/perf/
Dbuiltin-probe.c322 ret = convert_perf_probe_events(pevs, npevs); in perf_add_probe_events()