Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dlibbpf.map80 bpf_program__nth_fd;
Dlibbpf.h252 LIBBPF_API int bpf_program__nth_fd(const struct bpf_program *prog, int n);
Dlibbpf.c4368 return bpf_program__nth_fd(prog, 0); in bpf_program__fd()
4399 int bpf_program__nth_fd(const struct bpf_program *prog, int n) in bpf_program__nth_fd() function
/tools/perf/util/
Dbpf-loader.c784 fd = bpf_program__nth_fd(prog, type); in bpf__foreach_event()