forked from iovisor/bcc
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libbpf-tools/klockstat: Fallback to kprobe if fentry is not available
If fentry is not available, let's fallback to kprobe instead. This would allows the tool to run on old kernels or architectures without BPF trampoline. Signed-off-by: Hengqi Chen <[email protected]>
- Loading branch information
1 parent
bfc8252
commit dfb0d98
Showing
4 changed files
with
442 additions
and
44 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
Oops, something went wrong.