mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-22 17:29:07 +08:00
libbpf: Add base BTF accessor
Add ability to get base BTF. It can be also used to check if BTF is split BTF. Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20201202065244.530571-3-andrii@kernel.org
This commit is contained in:
committed by
Andrii Nakryiko
parent
65e4be6f5d
commit
a741bc6479
@@ -340,6 +340,7 @@ LIBBPF_0.2.0 {
|
||||
|
||||
LIBBPF_0.3.0 {
|
||||
global:
|
||||
btf__base_btf;
|
||||
btf__parse_elf_split;
|
||||
btf__parse_raw_split;
|
||||
btf__parse_split;
|
||||
|
||||
Reference in New Issue
Block a user