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
eee09dc7044306f91c41327ca08b294e3c2efa69
libbpf
/
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: 34ba23b44c664792a4308ec37b5788a3162944ec Checkpoint bpf-next commit: d54d06a4c4bc5d76815d02e4b041b31d9dbb3fef Baseline bpf commit: 8de8b71b787f38983d414d2dba169a3bfefa668a Checkpoint bpf commit: ba3beec2ec1d3b4fd8672ca6e781dac4b3267f6e Alan Maguire (1): libbpf: Usdt aarch64 arg parsing support Andrii Nakryiko (10): libbpf: Support opting out from autoloading BPF programs declaratively libbpf: Teach bpf_link_create() to fallback to bpf_raw_tracepoint_open() libbpf: Fix anonymous type check in CO-RE logic libbpf: Drop unhelpful "program too large" guess libbpf: Fix logic for finding matching program for CO-RE relocation libbpf: Avoid joining .BTF.ext data with BPF programs by section name libbpf: Record subprog-resolved CO-RE relocations unconditionally libbpf: Refactor CO-RE relo human description formatting routine libbpf: Simplify bpf_core_parse_spec() signature libbpf: Fix up verifier log for unguarded failed CO-RE relos Gaosheng Cui (1): libbpf: Remove redundant non-null checks on obj_elf Grant Seltzer (4): libbpf: Add error returns to two API functions libbpf: Update API functions usage to check error libbpf: Add documentation to API functions libbpf: Improve libbpf API documentation link position Kumar Kartikeya Dwivedi (2): bpf: Allow storing referenced kptr in map libbpf: Add kptr type tag macros to bpf_helpers.h Pu Lehui (2): libbpf: Fix usdt_cookie being cast to 32 bits libbpf: Support riscv USDT argument parsing logic Runqing Yang (1): libbpf: Fix a bug with checking bpf_probe_read_kernel() support in old kernels Vladimir Isaev (1): libbpf: Add ARC support to bpf_tracing.h Yuntao Wang (1): libbpf: Remove unnecessary type cast docs/index.rst | 3 +- include/uapi/linux/bpf.h | 12 ++ src/bpf.c | 34 ++++- src/bpf_helpers.h | 7 + src/bpf_tracing.h | 23 +++ src/btf.c | 9 +- src/libbpf.c | 322 ++++++++++++++++++++++++++++++--------- src/libbpf.h | 82 +++++++++- src/libbpf_internal.h | 9 +- src/relo_core.c | 104 +++++++------ src/relo_core.h | 6 + src/usdt.c | 191 ++++++++++++++++++++++- 12 files changed, 668 insertions(+), 134 deletions(-) -- 2.30.2
2022-04-27 12:31:35 -07:00
d54d06a4c4bc5d76815d02e4b041b31d9dbb3fef
Reference in New Issue
Copy Permalink