mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-19 07:49:07 +08:00
Syncing latest libbpf commits from kernel repository.
Baseline bpf-next commit: d7988720ef3ea5926f1b886b27eddf08abbadba0
Checkpoint bpf-next commit: ca0f39a369c5f927c3d004e63a5a778b08a9df94
Baseline bpf commit: 593fffb8bcfdacc2111a9951afe1fae77988aa4a
Checkpoint bpf commit: e06e6b8001233241eb5b2e2791162f0585f50f4b
Andrey Grodzovsky (1):
libbpf: Optimize kprobe.session attachment for exact function names
Ihor Solodrai (1):
libbpf: Remove extern declaration of bpf_stream_vprintk()
Jakub Kicinski (1):
bpftool: Fix truncated netlink dumps
Jiri Olsa (2):
libbpf: Add uprobe syscall feature detection
libbpf: Add support to detect nop,nop5 instructions combo for usdt
probe
Josef Bacik (1):
libbpf: Support appending split BTF in btf__add_btf()
src/bpf_helpers.h | 3 ---
src/btf.c | 27 ++++++++++++++++---------
src/features.c | 24 ++++++++++++++++++++++
src/libbpf.c | 19 ++++++++++++++++-
src/libbpf_internal.h | 2 ++
src/netlink.c | 4 +++-
src/usdt.c | 47 +++++++++++++++++++++++++++++++++++++++----
7 files changed, 108 insertions(+), 18 deletions(-)
Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
ca0f39a369c5f927c3d004e63a5a778b08a9df94
|