forked from iovisor/bcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sync with latest libbpf (iovisor#2594)
The following helpers are sync'ed into bcc and will be available in linux 5.5. bpf_probe_read_kernel bpf_probe_read_kernel_str bpf_probe_read_user bpf_probe_read_user_str Signed-off-by: Yonghong Song <[email protected]>
- Loading branch information
1 parent
a6f658d
commit 992e482
Showing
6 changed files
with
139 additions
and
43 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
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
Submodule libbpf
updated
19 files
+14 −0 | .lgtm.yml | |
+34 −1 | .travis.yml | |
+1 −1 | BPF-CHECKPOINT-COMMIT | |
+1 −1 | CHECKPOINT-COMMIT | |
+4 −1 | README.md | |
+84 −40 | include/uapi/linux/bpf.h | |
+105 −0 | scripts/coverity.sh | |
+2 −2 | scripts/sync-kernel.sh | |
+4 −4 | src/bpf.c | |
+4 −1 | src/bpf.h | |
+74 −0 | src/bpf_core_read.h | |
+93 −39 | src/bpf_helper_defs.h | |
+6 −0 | src/bpf_helpers.h | |
+541 −168 | src/libbpf.c | |
+22 −1 | src/libbpf.h | |
+5 −0 | src/libbpf.map | |
+4 −0 | src/libbpf_internal.h | |
+1 −0 | src/libbpf_probes.c | |
+71 −12 | src/xsk.c |
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