index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
test_btf.c
Age
Commit message (
Expand
)
Author
2020-04-24
selftests/bpf: Fix a couple of broken test_btf cases
Stanislav Fomichev
2020-03-10
selftests/bpf: Add test for the packed enum member in struct/union
Yoshiki Komachi
2020-01-20
selftests/bpf: Don't check for btf fd in test_btf
Stanislav Fomichev
2019-07-15
selftests/bpf: add trickier size resolution tests
Andrii Nakryiko
2019-06-18
selftests/bpf: add test for BTF-defined maps
Andrii Nakryiko
2019-05-24
selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.ext
Andrii Nakryiko
2019-04-27
bpf: Refactor BTF encoding macro to test_btf.h
Martin KaFai Lau
2019-04-16
selftests/btf: add VAR and DATASEC case for dedup tests
Andrii Nakryiko
2019-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-04-09
bpf, selftest: add test cases for BTF Var and DataSec
Daniel Borkmann
2019-04-01
bpf: add bpffs multi-dimensional array tests in test_btf
Yonghong Song
2019-03-27
selftests/bpf: add btf_dedup test for VOID equivalence check
Andrii Nakryiko
2019-03-14
selftests/bpf: add fwd enum resolution test for btf_dedup
Andrii Nakryiko
2019-03-01
selftests/bpf: add btf_dedup test of FWD/STRUCT resolution
Andrii Nakryiko
2019-03-01
selftests/bpf: fix btf_dedup testing code
Andrii Nakryiko
2019-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-08
tools/bpf: remove btf__get_strings() superseded by raw data API
Andrii Nakryiko
2019-02-05
tools/bpf: fix a selftest test_btf failure
Yonghong Song
2019-02-05
selftests/btf: add initial BTF dedup tests
Andrii Nakryiko
2019-02-04
libbpf: fix libbpf_print
Stanislav Fomichev
2019-02-04
tools/bpf: simplify libbpf API function libbpf_set_print()
Yonghong Song
2019-01-29
tools/bpf: fix test_btf for typedef func_proto case
Yonghong Song
2019-01-23
selftests: bpf: add tests for dead code removal
Jakub Kicinski
2019-01-16
tools/bpf: add bpffs pretty print test for int128
Yonghong Song
2019-01-16
tools/bpf: refactor test_btf pretty printing for multiple map value formats
Yonghong Song
2019-01-16
tools/bpf: add int128 raw test in test_btf
Yonghong Song
2019-01-11
tools/bpf: test btf bitfield with >=256 struct member offset
Yonghong Song
2018-12-19
bpf: Add BPF_LD_IMM64 to the line_info test
Martin KaFai Lau
2018-12-18
tools/bpf: check precise {func, line, jited_line}_info_rec_size in test_btf
Yonghong Song
2018-12-18
tools/bpf: test kernel bpffs map pretty print with struct kind_flag
Yonghong Song
2018-12-18
tools/bpf: add test_btf unit tests for kind_flag
Yonghong Song
2018-12-13
bpf: Remove !func_info and !line_info check from test_btf and bpftool
Martin KaFai Lau
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-12-10
tools/bpf: rename *_info_cnt to nr_*_info
Yonghong Song
2018-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-09
bpf: Add unit tests for bpf_line_info
Martin KaFai Lau
2018-12-09
bpf: Refactor and bug fix in test_func_type in test_btf.c
Martin KaFai Lau
2018-12-05
bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool
Martin KaFai Lau
2018-11-28
tools/bpf: add addition type tests to test_btf
Yonghong Song
2018-11-28
tools/bpf: fix two test_btf unit test cases
Martin KaFai Lau
2018-11-26
libbpf: Name changing for btf_get_from_id
Martin KaFai Lau
2018-11-26
tools/bpf: change selftest test_btf for both jit and non-jit
Yonghong Song
2018-11-22
tools/bpf: fix spelling mistake "memeory" -> "memory"
Colin Ian King
2018-11-20
tools/bpf: enhance test_btf file testing to test func info
Yonghong Song
2018-11-20
tools/bpf: extends test_btf to test load/retrieve func_type info
Yonghong Song
2018-11-20
tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNC
Martin KaFai Lau
2018-08-30
tools/bpf: add bpffs percpu map pretty print tests in test_btf
Yonghong Song
2018-08-11
bpf: Refactor ARRAY_SIZE macro to bpf_util.h
Martin KaFai Lau
2018-08-10
tools/bpf: add bpffs pretty print btf test for hash/lru_hash maps
Yonghong Song
[next]