summaryrefslogtreecommitdiff
path: root/Documentation/bpf/index.rst
diff options
context:
space:
mode:
authorYonghong Song <yhs@fb.com>2019-01-18 13:56:49 -0800
committerAlexei Starovoitov <ast@kernel.org>2019-01-22 23:50:02 -0800
commitffcf7ce9332723cab5ae55575f3a55d1ce559bf3 (patch)
tree30f6b44e07a855bec67d2eeccc264b789ef3fef0 /Documentation/bpf/index.rst
parentcbeaad90286f312b682f62a7ef118249ec94aa81 (diff)
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.rst7
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)