summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/test_btf.c
AgeCommit message (Expand)Author
2020-09-15selftests/bpf: Merge most of test_btf into test_progsAndrii Nakryiko
2020-08-13selftest/bpf: Fix compilation warnings in 32-bit modeAndrii Nakryiko
2020-04-24selftests/bpf: Fix a couple of broken test_btf casesStanislav Fomichev
2020-03-10selftests/bpf: Add test for the packed enum member in struct/unionYoshiki Komachi
2020-01-20selftests/bpf: Don't check for btf fd in test_btfStanislav Fomichev
2019-07-15selftests/bpf: add trickier size resolution testsAndrii Nakryiko
2019-06-18selftests/bpf: add test for BTF-defined mapsAndrii Nakryiko
2019-05-24selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.extAndrii Nakryiko
2019-04-27bpf: Refactor BTF encoding macro to test_btf.hMartin KaFai Lau
2019-04-16selftests/btf: add VAR and DATASEC case for dedup testsAndrii Nakryiko
2019-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-09bpf, selftest: add test cases for BTF Var and DataSecDaniel Borkmann
2019-04-01bpf: add bpffs multi-dimensional array tests in test_btfYonghong Song
2019-03-27selftests/bpf: add btf_dedup test for VOID equivalence checkAndrii Nakryiko
2019-03-14selftests/bpf: add fwd enum resolution test for btf_dedupAndrii Nakryiko
2019-03-01selftests/bpf: add btf_dedup test of FWD/STRUCT resolutionAndrii Nakryiko
2019-03-01selftests/bpf: fix btf_dedup testing codeAndrii Nakryiko
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-08tools/bpf: remove btf__get_strings() superseded by raw data APIAndrii Nakryiko
2019-02-05tools/bpf: fix a selftest test_btf failureYonghong Song
2019-02-05selftests/btf: add initial BTF dedup testsAndrii Nakryiko
2019-02-04libbpf: fix libbpf_printStanislav Fomichev
2019-02-04tools/bpf: simplify libbpf API function libbpf_set_print()Yonghong Song
2019-01-29tools/bpf: fix test_btf for typedef func_proto caseYonghong Song
2019-01-23selftests: bpf: add tests for dead code removalJakub Kicinski
2019-01-16tools/bpf: add bpffs pretty print test for int128Yonghong Song
2019-01-16tools/bpf: refactor test_btf pretty printing for multiple map value formatsYonghong Song
2019-01-16tools/bpf: add int128 raw test in test_btfYonghong Song
2019-01-11tools/bpf: test btf bitfield with >=256 struct member offsetYonghong Song
2018-12-19bpf: Add BPF_LD_IMM64 to the line_info testMartin KaFai Lau
2018-12-18tools/bpf: check precise {func, line, jited_line}_info_rec_size in test_btfYonghong Song
2018-12-18tools/bpf: test kernel bpffs map pretty print with struct kind_flagYonghong Song
2018-12-18tools/bpf: add test_btf unit tests for kind_flagYonghong Song
2018-12-13bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-10tools/bpf: rename *_info_cnt to nr_*_infoYonghong Song
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-09bpf: Add unit tests for bpf_line_infoMartin KaFai Lau
2018-12-09bpf: Refactor and bug fix in test_func_type in test_btf.cMartin KaFai Lau
2018-12-05bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau
2018-11-28tools/bpf: add addition type tests to test_btfYonghong Song
2018-11-28tools/bpf: fix two test_btf unit test casesMartin KaFai Lau
2018-11-26libbpf: Name changing for btf_get_from_idMartin KaFai Lau
2018-11-26tools/bpf: change selftest test_btf for both jit and non-jitYonghong Song
2018-11-22tools/bpf: fix spelling mistake "memeory" -> "memory"Colin Ian King
2018-11-20tools/bpf: enhance test_btf file testing to test func infoYonghong Song
2018-11-20tools/bpf: extends test_btf to test load/retrieve func_type infoYonghong Song
2018-11-20tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNCMartin KaFai Lau
2018-08-30tools/bpf: add bpffs percpu map pretty print tests in test_btfYonghong Song