diff options
author | Yonghong Song <yhs@fb.com> | 2019-01-18 22:56:49 +0100 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2019-01-23 08:50:02 +0100 |
commit | ffcf7ce9332723cab5ae55575f3a55d1ce559bf3 (patch) | |
tree | 30f6b44e07a855bec67d2eeccc264b789ef3fef0 /Documentation/bpf/index.rst | |
parent | Merge branch 'bpftool-probes' (diff) | |
download | linux-ffcf7ce9332723cab5ae55575f3a55d1ce559bf3.tar.xz linux-ffcf7ce9332723cab5ae55575f3a55d1ce559bf3.zip |
bpf: btf: add btf documentation
This patch added documentation for BTF (BPF Debug Format).
The document is placed under linux:Documentation/bpf directory.
Signed-off-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'Documentation/bpf/index.rst')
-rw-r--r-- | Documentation/bpf/index.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/bpf/index.rst b/Documentation/bpf/index.rst index 00a8450a602f..4e77932959cc 100644 --- a/Documentation/bpf/index.rst +++ b/Documentation/bpf/index.rst @@ -15,6 +15,13 @@ that goes into great technical depth about the BPF Architecture. The primary info for the bpf syscall is available in the `man-pages`_ for `bpf(2)`_. +BPF Type Format (BTF) +===================== + +.. toctree:: + :maxdepth: 1 + + btf Frequently asked questions (FAQ) |