bpf: Add tracepoints with null-able arguments
authorJiri Olsa <jolsa@kernel.org>
Mon, 10 Feb 2025 17:59:13 +0000 (18:59 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 14 Feb 2025 01:01:36 +0000 (17:01 -0800)
commitc83e2d970bae8616b94c40caa43d85f2f2c7d81e
tree454a867bb7cdfd1d698b9a0f117985882bf268ca
parentf18169c89ea7cdab328712d858bc363afba5014c
bpf: Add tracepoints with null-able arguments

Some of the tracepoints slipped when we did the first scan, adding them now.

Fixes: 838a10bd2ebf ("bpf: Augment raw_tp arguments with PTR_MAYBE_NULL")
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Link: https://lore.kernel.org/r/20250210175913.2893549-1-jolsa@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/btf.c