This website requires JavaScript.
Explore
Help
Sign In
mirror
/
libbpf
Watch
1
Star
0
Fork
0
You've already forked libbpf
mirror of
https://github.com/netdata/libbpf.git
synced
2026-03-21 08:49:06 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
663f66decf4cc0761c0cd6ead53fd146ffd166ff
libbpf
/
BPF-CHECKPOINT-COMMIT
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
sync: latest libbpf changes from kernel Syncing latest libbpf commits from kernel repository. Baseline bpf-next commit: 3c4f850e8441ac8b3b6dbaa6107604c4199ef01f Checkpoint bpf-next commit: bfdd5aaa54b0a44d9df550fe4c9db7e1470a11b8 Baseline bpf commit: 5b801dfb7feb2738975d80223efc2fc193e55573 Checkpoint bpf commit: 929e54a989680c6f134b02293732030b897475dc Andrii Nakryiko (3): libbpf: Make destructors more robust by handling ERR_PTR(err) cases libbpf: Add bpf_link detach APIs libbpf: Add btf__parse_raw() and generic btf__parse() APIs Daniel T. Lee (1): libbf: Fix uninitialized pointer at btf__parse_raw() Jerry Crunchtime (1): libbpf: Fix register in PT_REGS MIPS macros Yonghong Song (1): tools/bpf: Support new uapi for map element bpf iterator include/uapi/linux/bpf.h | 20 ++++--- src/bpf.c | 13 +++++ src/bpf.h | 7 ++- src/bpf_tracing.h | 4 +- src/btf.c | 118 ++++++++++++++++++++++++++------------- src/btf.h | 5 +- src/btf_dump.c | 2 +- src/libbpf.c | 20 ++++--- src/libbpf.h | 6 +- src/libbpf.map | 4 ++ 10 files changed, 137 insertions(+), 62 deletions(-) -- 2.24.1
2020-08-06 18:58:40 -07:00
929e54a989680c6f134b02293732030b897475dc
Reference in New Issue
Copy Permalink