Home
last modified time | relevance | path

Searched refs:bpf_ksyscall_opts (Results 1 – 2 of 2) sorted by relevance

/linux/tools/lib/bpf/
H A Dlibbpf.h635 struct bpf_ksyscall_opts { struct
672 * @param opts Additional options (see **struct bpf_ksyscall_opts**)
679 const struct bpf_ksyscall_opts *opts);
644 retprobebpf_ksyscall_opts global() argument
H A Dlibbpf.c11412 const struct bpf_ksyscall_opts *opts) in bpf_program__attach_ksyscall()
11417 if (!OPTS_VALID(opts, bpf_ksyscall_opts)) in bpf_program__attach_ksyscall()
11789 LIBBPF_OPTS(bpf_ksyscall_opts, opts); in attach_ksyscall()