index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
test_btf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-15
selftests/bpf: Merge most of test_btf into test_progs
Andrii Nakryiko
1
-7067
/
+0
2020-08-13
selftest/bpf: Fix compilation warnings in 32-bit mode
Andrii Nakryiko
1
-4
/
+4
2020-04-24
selftests/bpf: Fix a couple of broken test_btf cases
Stanislav Fomichev
1
-1
/
+1
2020-03-10
selftests/bpf: Add test for the packed enum member in struct/union
Yoshiki Komachi
1
-0
/
+42
2020-01-20
selftests/bpf: Don't check for btf fd in test_btf
Stanislav Fomichev
1
-4
/
+0
2019-07-15
selftests/bpf: add trickier size resolution tests
Andrii Nakryiko
1
-0
/
+88
2019-06-18
selftests/bpf: add test for BTF-defined maps
Andrii Nakryiko
1
-7
/
+3
2019-05-24
selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.ext
Andrii Nakryiko
1
-58
/
+13
2019-04-27
bpf: Refactor BTF encoding macro to test_btf.h
Martin KaFai Lau
1
-62
/
+1
2019-04-16
selftests/btf: add VAR and DATASEC case for dedup tests
Andrii Nakryiko
1
-0
/
+49
2019-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-10
/
+687
2019-04-09
bpf, selftest: add test cases for BTF Var and DataSec
Daniel Borkmann
1
-2
/
+663
2019-04-01
bpf: add bpffs multi-dimensional array tests in test_btf
Yonghong Song
1
-8
/
+24
2019-03-27
selftests/bpf: add btf_dedup test for VOID equivalence check
Andrii Nakryiko
1
-0
/
+47
2019-03-14
selftests/bpf: add fwd enum resolution test for btf_dedup
Andrii Nakryiko
1
-0
/
+44
2019-03-01
selftests/bpf: add btf_dedup test of FWD/STRUCT resolution
Andrii Nakryiko
1
-0
/
+45
2019-03-01
selftests/bpf: fix btf_dedup testing code
Andrii Nakryiko
1
-2
/
+2
2019-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-13
/
+26
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+3
2019-02-08
tools/bpf: remove btf__get_strings() superseded by raw data API
Andrii Nakryiko
1
-13
/
+26
2019-02-05
tools/bpf: fix a selftest test_btf failure
Yonghong Song
1
-1
/
+1
2019-02-05
selftests/btf: add initial BTF dedup tests
Andrii Nakryiko
1
-15
/
+520
2019-02-04
libbpf: fix libbpf_print
Stanislav Fomichev
1
-11
/
+2
2019-02-04
tools/bpf: simplify libbpf API function libbpf_set_print()
Yonghong Song
1
-3
/
+4
2019-01-29
tools/bpf: fix test_btf for typedef func_proto case
Yonghong Song
1
-6
/
+3
2019-01-23
selftests: bpf: add tests for dead code removal
Jakub Kicinski
1
-7
/
+389
2019-01-16
tools/bpf: add bpffs pretty print test for int128
Yonghong Song
1
-0
/
+79
2019-01-16
tools/bpf: refactor test_btf pretty printing for multiple map value formats
Yonghong Song
1
-37
/
+75
2019-01-16
tools/bpf: add int128 raw test in test_btf
Yonghong Song
1
-0
/
+93
2019-01-11
tools/bpf: test btf bitfield with >=256 struct member offset
Yonghong Song
1
-8
/
+21
2018-12-19
bpf: Add BPF_LD_IMM64 to the line_info test
Martin KaFai Lau
1
-0
/
+27
2018-12-18
tools/bpf: check precise {func, line, jited_line}_info_rec_size in test_btf
Yonghong Song
1
-5
/
+5
2018-12-18
tools/bpf: test kernel bpffs map pretty print with struct kind_flag
Yonghong Song
1
-14
/
+154
2018-12-18
tools/bpf: add test_btf unit tests for kind_flag
Yonghong Song
1
-2
/
+494
2018-12-13
bpf: Remove !func_info and !line_info check from test_btf and bpftool
Martin KaFai Lau
1
-7
/
+0
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-106
/
+714
2018-12-10
tools/bpf: rename *_info_cnt to nr_*_info
Yonghong Song
1
-30
/
+30
2018-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+368
2018-12-09
bpf: Add unit tests for bpf_line_info
Martin KaFai Lau
1
-17
/
+580
2018-12-09
bpf: Refactor and bug fix in test_func_type in test_btf.c
Martin KaFai Lau
1
-86
/
+125
2018-12-05
bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool
Martin KaFai Lau
1
-1
/
+7
2018-11-28
tools/bpf: add addition type tests to test_btf
Yonghong Song
1
-0
/
+361
2018-11-28
tools/bpf: fix two test_btf unit test cases
Martin KaFai Lau
1
-7
/
+7
2018-11-26
libbpf: Name changing for btf_get_from_id
Martin KaFai Lau
1
-1
/
+1
2018-11-26
tools/bpf: change selftest test_btf for both jit and non-jit
Yonghong Song
1
-30
/
+3
2018-11-22
tools/bpf: fix spelling mistake "memeory" -> "memory"
Colin Ian King
1
-2
/
+2
2018-11-20
tools/bpf: enhance test_btf file testing to test func info
Yonghong Song
1
-9
/
+108
2018-11-20
tools/bpf: extends test_btf to test load/retrieve func_type info
Yonghong Song
1
-3
/
+329
2018-11-20
tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNC
Martin KaFai Lau
1
-2
/
+472
2018-08-30
tools/bpf: add bpffs percpu map pretty print tests in test_btf
Yonghong Song
1
-35
/
+144
[next]