Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dprobe-event.h164 int apply_perf_probe_events(struct perf_probe_event *pevs, int npevs);
Dprobe-event.c3676 int apply_perf_probe_events(struct perf_probe_event *pevs, int npevs) in apply_perf_probe_events() function
3718 ret = apply_perf_probe_events(pevs, npevs); in add_perf_probe_events()
/linux-6.12.1/tools/perf/
Dbuiltin-probe.c366 ret = apply_perf_probe_events(pevs, npevs); in perf_add_probe_events()