Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dprobe-event.h157 int apply_perf_probe_events(struct perf_probe_event *pevs, int npevs);
Dbpf-loader.c681 err = apply_perf_probe_events(pev, 1); in bpf__probe()
Dprobe-event.c3379 int apply_perf_probe_events(struct perf_probe_event *pevs, int npevs) in apply_perf_probe_events() function
3421 ret = apply_perf_probe_events(pevs, npevs); in add_perf_probe_events()
/Linux-v4.19/tools/perf/
Dbuiltin-probe.c366 ret = apply_perf_probe_events(pevs, npevs); in perf_add_probe_events()