Commit c742cb7c authored by Donald Hunter's avatar Donald Hunter Committed by Andrii Nakryiko
Browse files

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: default avatarDonald Hunter <donald.hunter@gmail.com>
Signed-off-by: default avatarAndrii Nakryiko <andrii@kernel.org>
Reviewed-by: default avatarBagas Sanjaya <bagasdotme@gmail.com>
Acked-by: default avatarDavid Vernet <void@manifault.com>
Link: https://lore.kernel.org/bpf/20221121121734.98329-1-donald.hunter@gmail.com
parent beb3d47d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
.. SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)

.. _libbpf:

libbpf
======

@@ -7,6 +9,7 @@ libbpf
   :maxdepth: 1

   API Documentation <https://libbpf.readthedocs.io/en/latest/api.html>
   program_types
   libbpf_naming_convention
   libbpf_build

+203 −0

File added.

Preview size limit exceeded, changes collapsed.

+3 −0
Original line number Diff line number Diff line
@@ -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.