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