aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests/get_stack_raw_tp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-02selftests/bpf: Store BPF object files with .bpf.o extensionDaniel Müller1-2/+2
2022-03-28selftests/bpf: Fix clang compilation errorsYonghong Song1-3/+0
2021-12-14selftests/bpf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee1-2/+2
2021-11-26selftests/bpf: Prevent misaligned memory access in get_stack_raw_tp testAndrii Nakryiko1-4/+10
2021-11-11selftests/bpf: Migrate all deprecated perf_buffer usesAndrii Nakryiko1-3/+2
2021-11-07selftests/bpf: Use explicit bpf_prog_test_load() calls everywhereAndrii Nakryiko1-2/+2
2021-05-25selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko1-6/+4
2020-03-30bpf: Test_progs, add test to catch retval refine error handlingJohn Fastabend1-0/+5
2019-08-28selftests/bpf: test_progs: remove global fail/success countsStanislav Fomichev1-3/+0
2019-07-27selftests/bpf: abstract away test log outputAndrii Nakryiko1-2/+2
2019-07-23selftests/bpf: convert test_get_stack_raw_tp to perf_buffer APIAndrii Nakryiko1-35/+43
2019-04-04samples, selftests/bpf: add NULL check for ksym_searchDaniel T. Lee1-2/+2
2019-03-02selftests: bpf: break up test_progs - tracepointStanislav Fomichev1-0/+139