forked from xujianming2017/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#2576)
This should fix the ARM build issue reported in issue iovisor#83. Signed-off-by: Yonghong Song <yhs@fb.com>
- Loading branch information
1 parent
2dad475
commit eb1a2f6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libbpf
updated
21 files
+8 −0 | .travis.yml | |
+1 −1 | BPF-CHECKPOINT-COMMIT | |
+1 −1 | CHECKPOINT-COMMIT | |
+7 −0 | include/linux/filter.h | |
+27 −1 | include/uapi/linux/bpf.h | |
+2 −0 | include/uapi/linux/if_link.h | |
+1 −1 | scripts/sync-kernel.sh | |
+1 −1 | src/Makefile | |
+3 −0 | src/bpf.c | |
+25 −3 | src/bpf_core_read.h | |
+29 −1 | src/bpf_helper_defs.h | |
+36 −36 | src/btf.c | |
+2 −2 | src/btf.h | |
+27 −10 | src/btf_dump.c | |
+541 −440 | src/libbpf.c | |
+20 −8 | src/libbpf.h | |
+2 −0 | src/libbpf.map | |
+22 −11 | src/libbpf_internal.h | |
+35 −12 | src/xsk.c | |
+2 −0 | travis-ci/managers/debian.sh | |
+3 −1 | travis-ci/managers/xenial.sh |