aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests/ns_current_pid_tgid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-19selftests/bpf: ns_current_pid_tgid: Use test_progs's ns_ featureBastien Curutchet (eBPF Foundation)1-29/+16
2025-02-19selftests/bpf: ns_current_pid_tgid: Rename the test functionBastien Curutchet (eBPF Foundation)1-1/+1
2024-11-04selftests/bpf: Clean up open-coded gettid syscall invocationsKumar Kartikeya Dwivedi1-1/+1
2024-07-29selftests/bpf: Fix include of <sys/fcntl.h>Tony Ambardar1-1/+1
2024-03-19selftests/bpf: Add a sk_msg prog bpf_get_ns_current_pid_tgid() testYonghong Song1-0/+62
2024-03-19selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() testYonghong Song1-0/+73
2024-03-19selftests/bpf: Refactor out some functions in ns_current_pid_tgid testYonghong Song1-19/+34
2024-03-19selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid testYonghong Song1-17/+19
2021-10-08selfetest/bpf: Make some tests serialYucong Sun1-1/+2
2021-04-15selftests/bpf: Silence clang compilation warningsYonghong Song1-2/+2
2021-01-20bpf, selftests: Fold test_current_pid_tgid_new_ns into test_progs.Carlos Neira1-58/+60
2020-04-28selftests/bpf: Fix bpf_link leak in ns_current_pid_tgid selftestAndrii Nakryiko1-4/+1
2020-03-12tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current...Carlos Neira1-0/+88