summaryrefslogtreecommitdiffstats
path: root/Documentation/bpf/programs.rst
diff options
context:
space:
mode:
authorDonald Hunter <donald.hunter@gmail.com>2022-11-21 12:17:34 +0000
committerAndrii Nakryiko <andrii@kernel.org>2022-11-23 13:31:20 -0800
commitc742cb7c3ebdeb358794b9c76d93d8be7b631b9a (patch)
tree6e566348f40e969395f91a6e14cd8c0f994d2f0b /Documentation/bpf/programs.rst
parentbeb3d47d1d3d7185bb401af628ad32ee204a9526 (diff)
downloadlinux-c742cb7c3ebdeb358794b9c76d93d8be7b631b9a.tar.bz2
docs/bpf: Add table of BPF program types to libbpf docs
Extend the libbpf documentation with a table of program types, attach points and ELF section names. Signed-off-by: Donald Hunter <donald.hunter@gmail.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com> Acked-by: David Vernet <void@manifault.com> Link: https://lore.kernel.org/bpf/20221121121734.98329-1-donald.hunter@gmail.com
Diffstat (limited to 'Documentation/bpf/programs.rst')
-rw-r--r--Documentation/bpf/programs.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/bpf/programs.rst b/Documentation/bpf/programs.rst
index 620eb667ac7a..c99000ab6d9b 100644
--- a/Documentation/bpf/programs.rst
+++ b/Documentation/bpf/programs.rst
@@ -7,3 +7,6 @@ Program Types
:glob:
prog_*
+
+For a list of all program types, see :ref:`program_types_and_elf` in
+the :ref:`libbpf` documentation.