Searched refs:bpf_program__attach_ksyscall (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dlibbpf.h615 * @brief **bpf_program__attach_ksyscall()** attaches a BPF program
625 * **bpf_program__attach_ksyscall()** is an API counterpart of declarative
628 * At the moment **SEC("ksyscall")** and **bpf_program__attach_ksyscall()** do
645 bpf_program__attach_ksyscall(const struct bpf_program *prog,
H A Dlibbpf.c11106 struct bpf_link *bpf_program__attach_ksyscall(const struct bpf_program *prog, function
11453 *link = bpf_program__attach_ksyscall(prog, syscall_name, &opts);

Completed in 494 milliseconds