selftests/bpf: Add test for __nullable suffix in tp_btf
authorPhilo Lu <lulie@linux.alibaba.com>
Wed, 11 Sep 2024 03:37:16 +0000 (11:37 +0800)
committerMartin KaFai Lau <martin.lau@kernel.org>
Wed, 11 Sep 2024 15:56:42 +0000 (08:56 -0700)
commit2060f07f861a237345922023e9347a204c0795af
tree69566fa44cfef78bc28ac3dcdfc9607308416bb6
parent8aeaed21befc90f27f4fca6dd190850d97d2e9e3
selftests/bpf: Add test for __nullable suffix in tp_btf

Add a tracepoint with __nullable suffix in bpf_testmod, and add cases
for it:

$ ./test_progs -t "tp_btf_nullable"
 #406/1   tp_btf_nullable/handle_tp_btf_nullable_bare1:OK
 #406/2   tp_btf_nullable/handle_tp_btf_nullable_bare2:OK
 #406     tp_btf_nullable:OK
 Summary: 1/2 PASSED, 0 SKIPPED, 0 FAILED

Signed-off-by: Philo Lu <lulie@linux.alibaba.com>
Link: https://lore.kernel.org/r/20240911033719.91468-3-lulie@linux.alibaba.com
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
tools/testing/selftests/bpf/bpf_testmod/bpf_testmod-events.h
tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.c
tools/testing/selftests/bpf/prog_tests/tp_btf_nullable.c [new file with mode: 0644]
tools/testing/selftests/bpf/progs/test_tp_btf_nullable.c [new file with mode: 0644]