docs: update description of bcc python BPF()
authorchenyuezhou <zcy.chenyue.zhou@gmail.com>
Wed, 2 Jun 2021 21:50:45 +0000 (17:50 -0400)
committeryonghong-song <ys114321@gmail.com>
Wed, 2 Jun 2021 15:57:41 +0000 (08:57 -0700)
docs/reference_guide.md

index c63c0927a3ff66c06d38d9bab938dac7f1f84433..b1f5bf06fc631141d0cdc946d9a48120f1065628 100644 (file)
@@ -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: