1.. SPDX-License-Identifier: GPL-2.0 2.. include:: ../../disclaimer-zh_CN.rst 3 4:Original: Documentation/userspace-api/ebpf/syscall.rst 5 6:翻译: 7 8 李睿 Rui Li <[email protected]> 9 10eBPF Syscall 11------------ 12 13:作者: 14 - Alexei Starovoitov <[email protected]> 15 - Joe Stringer <[email protected]> 16 - Michael Kerrisk <[email protected]> 17 18bpf syscall的主要信息可以在 `man-pages`_ 中的 `bpf(2)`_ 找到。 19 20bpf() 子命令参考 21~~~~~~~~~~~~~~~~ 22 23子命令在以下内核代码中: 24 25include/uapi/linux/bpf.h 26 27.. Links: 28.. _man-pages: https://www.kernel.org/doc/man-pages/ 29.. _bpf(2): https://man7.org/linux/man-pages/man2/bpf.2.html 30