aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests/btf.c
AgeCommit message (Expand)Author
2023-12-14selftests/bpf: Remove flaky test_btf_id testYonghong Song
2023-11-09selftests/bpf: satisfy compiler by having explicit return in btf testAndrii Nakryiko
2023-09-08libbpf: Add basic BTF sanity validationAndrii Nakryiko
2023-05-30selftests/bpf: Add a test where map key_type_id with decl_tag typeYonghong Song
2023-03-06selftests/bpf: check that modifier resolves after pointerLorenz Bauer
2023-02-16selftests/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich
2022-11-24selftests/bpf: Add reproducer for decl_tag in func_proto argumentStanislav Fomichev
2022-11-09selftests/bpf: Tests for btf_dedup_resolve_fwdsEduard Zingerman
2022-11-04selftests/bpf: Tests for enum fwd resolved as full enum64Eduard Zingerman
2022-10-17selftests/bpf: Add reproducer for decl_tag in func_proto return typeStanislav Fomichev
2022-09-02selftests/bpf: Store BPF object files with .bpf.o extensionDaniel Müller
2022-07-19selftests/bpf: fix a test for snprintf() overflowDan Carpenter
2022-06-28selftests/bpf: remove last tests with legacy BPF map definitionsAndrii Nakryiko
2022-06-20selftests/bpf: allow BTF specs and func infos in test_verifier testsEduard Zingerman
2022-06-07selftests/bpf: Test BTF_KIND_ENUM64 for deduplicationYonghong Song
2022-06-07selftests/bpf: Add BTF_KIND_ENUM64 unit testsYonghong Song
2022-06-07selftests/bpf: Fix selftests failureYonghong Song
2022-04-19selftests/bpf: Add tests for type tag order validationKumar Kartikeya Dwivedi
2022-04-10selftests/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao
2022-02-15selftests/bpf: Fix GCC11 compiler warnings in -O2 modeAndrii Nakryiko
2022-02-07selftests/bpf: Fix strict mode calculationMauricio Vásquez
2022-02-03selftests/bpf: Add a selftest for invalid func btf with btf decl_tagYonghong Song
2022-01-20libbpf: deprecate legacy BPF map definitionsAndrii Nakryiko
2021-12-14selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftestsAndrii Nakryiko
2021-12-10selftests/bpf: Replace all uses of bpf_load_btf() with bpf_btf_load()Andrii Nakryiko
2021-11-25selftests/bpf: Migrate selftests to bpf_map_create()Andrii Nakryiko
2021-11-16selftests/bpf: Add a dedup selftest with equivalent structure typesYonghong Song
2021-11-11selftests/bpf: Test BTF_KIND_DECL_TAG for deduplicationYonghong Song
2021-11-11selftests/bpf: Add BTF_KIND_TYPE_TAG unit testsYonghong Song
2021-11-11libbpf: Turn btf_dedup_opts into OPTS-based structAndrii Nakryiko
2021-11-07selftests/bpf: Free inner strings index in btf selftestAndrii Nakryiko
2021-10-22selftests/bpf: Test deduplication for BTF_KIND_DECL_TAG typedefYonghong Song
2021-10-22selftests/bpf: Add BTF_KIND_DECL_TAG typedef unit testsYonghong Song
2021-10-22selftests/bpf: Switch to new btf__type_cnt/btf__raw_data APIsHengqi Chen
2021-10-18bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song
2021-10-06selftests/bpf: Switch to new bpf_object__next_{map,program} APIsHengqi Chen
2021-09-14selftests/bpf: Test BTF_KIND_TAG for deduplicationYonghong Song
2021-09-14selftests/bpf: Add BTF_KIND_TAG unit testsYonghong Song
2021-09-14selftests/bpf: Change NAME_NTH/IS_NAME_NTH for BTF_KIND_TAG formatYonghong Song
2021-07-29tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet
2021-07-29tools: Free BTF objects at various locationsQuentin Monnet
2021-05-25selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko
2021-03-04selftests/bpf: Add BTF_KIND_FLOAT to the existing deduplication testsIlya Leoshkevich
2021-03-04selftest/bpf: Add BTF_KIND_FLOAT testsIlya Leoshkevich
2021-03-04selftests/bpf: Use the 25th bit in the "invalid BTF_INFO" testIlya Leoshkevich
2021-01-21selftest/bpf: Fix typoJunlin Yang
2021-01-20bpf: Permit size-0 datasecYonghong Song
2020-11-05selftest/bpf: Relax btf_dedup test checksAndrii Nakryiko
2020-09-15selftests/bpf: Merge most of test_btf into test_progsAndrii Nakryiko