projects
/
platform
/
upstream
/
bcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a69ec3
)
docs: update description of bcc python BPF()
author
chenyuezhou
<zcy.chenyue.zhou@gmail.com>
Wed, 2 Jun 2021 21:50:45 +0000
(17:50 -0400)
committer
yonghong-song
<ys114321@gmail.com>
Wed, 2 Jun 2021 15:57:41 +0000
(08:57 -0700)
docs/reference_guide.md
patch
|
blob
|
history
diff --git
a/docs/reference_guide.md
b/docs/reference_guide.md
index c63c0927a3ff66c06d38d9bab938dac7f1f84433..b1f5bf06fc631141d0cdc946d9a48120f1065628 100644
(file)
--- 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: