-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move BTF verbose messages to debug messages
Before, you'd get: ``` $ sudo ./build/src/bpftrace -lv "kfunc:hrtimers_dead_cpu" BTF: using data from /sys/kernel/btf/vmlinux kfunc:hrtimers_dead_cpu unsigned int scpu; int retval; ``` The first message is kind of ugly and not very actionable or informative for users. Better to move it to debug where bpftrace developers might actually make use of the information.
- Loading branch information
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters