aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2021-10-22selftests/bpf: Add BTF_KIND_DECL_TAG typedef example in tag.cYonghong Song1-2/+7
2021-10-22selftests/bpf: Test deduplication for BTF_KIND_DECL_TAG typedefYonghong Song1-6/+41
2021-10-22selftests/bpf: Add BTF_KIND_DECL_TAG typedef unit testsYonghong Song1-0/+36
2021-10-22selftests/bpf: Fix flow dissector testsStanislav Fomichev3-20/+18
2021-10-22selftests/bpf: Switch to new btf__type_cnt/btf__raw_data APIsHengqi Chen8-22/+22
2021-10-22selftests/bpf: Make perf_buffer selftests work on 4.9 kernel againAndrii Nakryiko2-2/+23
2021-10-21selftests/bpf: Switch to ".bss"/".rodata"/".data" lookups for internal mapsAndrii Nakryiko6-7/+14
2021-10-21selftests/bpf: Demonstrate use of custom .rodata/.data sectionsAndrii Nakryiko2-0/+47
2021-10-21selftests/bpf: Use nanosleep tracepoint in perf buffer testJiri Olsa1-1/+1
2021-10-21selftests/bpf: Fix possible/online index mismatch in perf_buffer testJiri Olsa1-6/+7
2021-10-21selftests/bpf: Fix perf_buffer test on system with offline cpusJiri Olsa1-2/+2
2021-10-21selftests/bpf: Add verif_stats testDave Marchevsky1-0/+28
2021-10-21selftests/bpf: Test bpf_skc_to_unix_sock() helperHengqi Chen2-0/+94
2021-10-20selftests/bpf: Some more atomic testsBrendan Jackman3-0/+120
2021-10-20selftests/bpf: Use cpu_number only on arches that have itIlya Leoshkevich1-0/+2
2021-10-20selftests/bpf: Remove duplicated include in cgroup_helpersWan Jiabing1-1/+0
2021-10-18bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song6-106/+106
2021-10-08selftests/bpf: Skip verifier tests that fail to load with ENOTSUPPIlya Leoshkevich1-1/+11
2021-10-08selfetest/bpf: Make some tests serialYucong Sun38-38/+48
2021-10-08selftests/bpf: Fix pid check in fexit_sleep testYucong Sun1-2/+2
2021-10-08selftests/bpf: Adding pid filtering for atomics testYucong Sun2-0/+17
2021-10-08selftests/bpf: Make cgroup_v1v2 use its own portYucong Sun2-2/+2
2021-10-08selftests/bpf: Fix race condition in enable_statsYucong Sun1-1/+1
2021-10-08selftests/bpf: Add per worker cgroup suffixYucong Sun2-4/+4
2021-10-08selftests/bpf: Allow some tests to be executed in sequenceYucong Sun1-6/+54
2021-10-08selftests/bpf: Add parallelism to test_progsYucong Sun2-37/+610
2021-10-08bpf/selftests: Add test for writable bare tracepointHou Tao7-2/+83
2021-10-08bpftool: Add install-bin target to install binary onlyQuentin Monnet1-1/+1
2021-10-08selftests/bpf: Better clean up for runqslower in test_bpftool_build.shQuentin Monnet1-0/+4
2021-10-08tools/runqslower: Install libbpf headers when buildingQuentin Monnet1-6/+9
2021-10-08tools/resolve_btfids: Install libbpf headers when buildingQuentin Monnet1-2/+5
2021-10-08bpftool: Install libbpf headers instead of including the dirQuentin Monnet1-0/+2
2021-10-08selftests/bpf: Fix btf_dump test under new clangYucong Sun4-9/+9
2021-10-07selftests/bpf: Remove SEC("version") from test progsDave Marchevsky40-61/+0
2021-10-07selftests/bpf: Skip the second half of get_branch_snapshot in vmSong Liu1-0/+34
2021-10-06selftests/bpf: Switch to new bpf_object__next_{map,program} APIsHengqi Chen5-7/+7
2021-10-06selftest/bpf: Switch recursion test to use htab_map_delete_elemJiri Olsa2-11/+8
2021-10-06selftests/bpf: Test new btf__add_btf() APIAndrii Nakryiko1-0/+86
2021-10-06selftests/bpf: Refactor btf_write selftest to reuse BTF generation logicAndrii Nakryiko1-6/+49
2021-10-06bpf, x64: Save bytes for DIV by reducing reg copiesJie Meng1-0/+47
2021-10-05bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi6-30/+126
2021-10-05tools: Allow specifying base BTF file in resolve_btfidsKumar Kartikeya Dwivedi1-1/+1
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski99-367/+1154
2021-10-01selftests/bpf: Use BTF-defined key/value for map definitionsHengqi Chen13-40/+38
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+10
2021-09-30selftests/bpf: Use kselftest skip code for skipped testsPo-Hsu Lin2-3/+9
2021-09-29bpf: selftests: Fix fd cleanup in get_branch_snapshotKumar Kartikeya Dwivedi1-3/+2
2021-09-28selftests/bpf: Fix probe_user test failure with clang build kernelYonghong Song2-4/+28
2021-09-28selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") useAndrii Nakryiko1-19/+19
2021-09-28selftests/bpf: Normalize all the rest SEC() usesAndrii Nakryiko12-35/+33