Skip to content

Commit

Permalink
docs: update description of bcc python BPF()
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyuezhou authored and yonghong-song committed Jun 2, 2021
1 parent 5a69ec3 commit 6c789d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 6c789d9

Please sign in to comment.