Files
kernel_oneplus_sm8250/include/uapi/linux
Martin KaFai Lau 85b04c0d8d UPSTREAM: bpf: Change insn_offset to insn_off in bpf_func_info
The later patch will introduce "struct bpf_line_info" which
has member "line_off" and "file_off" referring back to the
string section in btf.  The line_"off" and file_"off"
are more consistent to the naming convention in btf.h that
means "offset" (e.g. name_off in "struct btf_type").

The to-be-added "struct bpf_line_info" also has another
member, "insn_off" which is the same as the "insn_offset"
in "struct bpf_func_info".  Hence, this patch renames "insn_offset"
to "insn_off" for "struct bpf_func_info".

Change-Id: I239669161b1994507bd22141dea4177579fc5447
Signed-off-by: Martin KaFai Lau <kafai@fb.com>
Acked-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2025-08-28 03:23:52 +03:00
..
2020-06-07 13:17:54 +02:00
2020-04-24 15:19:09 -07:00
2024-04-16 03:13:08 +03:00
2020-06-17 06:00:22 +05:30
2021-06-28 10:09:35 +05:30
2020-07-07 12:09:16 +05:30
2020-03-26 10:50:04 +05:30
2020-01-09 15:11:34 -08:00
2023-09-23 10:48:08 +02:00