Home
last modified time | relevance | path

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

/linux-5.10/tools/lib/bpf/
Dlibbpf.map80 bpf_program__nth_fd;
Dlibbpf.h345 LIBBPF_API int bpf_program__nth_fd(const struct bpf_program *prog, int n);
Dlibbpf.c8071 return bpf_program__nth_fd(prog, 0); in bpf_program__fd()
8107 int bpf_program__nth_fd(const struct bpf_program *prog, int n) in bpf_program__nth_fd() function
/linux-5.10/tools/perf/util/
Dbpf-loader.c776 fd = bpf_program__nth_fd(prog, type); in bpf__foreach_event()