mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
6197e5b7b1
Generate the syscall command reference from the UAPI header file and include it in the main bpf docs page. Signed-off-by: Joe Stringer <joe@cilium.io> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Reviewed-by: Quentin Monnet <quentin@isovalent.com> Acked-by: Toke Høiland-Jørgensen <toke@redhat.com> Link: https://lore.kernel.org/bpf/20210302171947.2268128-15-joe@cilium.io
25 lines
620 B
ReStructuredText
25 lines
620 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
eBPF Syscall
|
|
------------
|
|
|
|
:Authors: - Alexei Starovoitov <ast@kernel.org>
|
|
- Joe Stringer <joe@wand.net.nz>
|
|
- Michael Kerrisk <mtk.manpages@gmail.com>
|
|
|
|
The primary info for the bpf syscall is available in the `man-pages`_
|
|
for `bpf(2)`_.
|
|
|
|
bpf() subcommand reference
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. kernel-doc:: include/uapi/linux/bpf.h
|
|
:doc: eBPF Syscall Preamble
|
|
|
|
.. kernel-doc:: include/uapi/linux/bpf.h
|
|
:doc: eBPF Syscall Commands
|
|
|
|
.. Links:
|
|
.. _man-pages: https://www.kernel.org/doc/man-pages/
|
|
.. _bpf(2): https://man7.org/linux/man-pages/man2/bpf.2.html
|