From 6c789d98aa11ca7b1e24a24c5ff22fc7ae8d28b2 Mon Sep 17 00:00:00 2001 From: chenyuezhou Date: Wed, 2 Jun 2021 17:50:45 -0400 Subject: [PATCH] docs: update description of bcc python BPF() --- docs/reference_guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference_guide.md b/docs/reference_guide.md index c63c0927..b1f5bf06 100644 --- a/docs/reference_guide.md +++ b/docs/reference_guide.md @@ -1449,6 +1449,7 @@ The `debug` flags control debug output, and can be or'ed together: - `DEBUG_PREPROCESSOR = 0x4` pre-processor result - `DEBUG_SOURCE = 0x8` ASM instructions embedded with source - `DEBUG_BPF_REGISTER_STATE = 0x10` register state on all instructions in addition to DEBUG_BPF +- `DEBUG_BTF = 0x20` print the messages from the `libbpf` library. Examples: -- 2.34.1