Skip to content
Snippets Groups Projects
Commit b4f8623c authored by Yonghong Song's avatar Yonghong Song Committed by Alexei Starovoitov
Browse files

tools/bpf: sync kernel uapi bpf.h to tools directory


Sync kernel uapi bpf.h "*_info_cnt => nr_*_info"
changes to tools directory.

Acked-by: default avatarMartin KaFai Lau <kafai@fb.com>
Signed-off-by: default avatarYonghong Song <yhs@fb.com>
Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
parent 11d8b82d
No related branches found
No related tags found
No related merge requests found
...@@ -2695,11 +2695,11 @@ struct bpf_prog_info { ...@@ -2695,11 +2695,11 @@ struct bpf_prog_info {
__u32 btf_id; __u32 btf_id;
__u32 func_info_rec_size; __u32 func_info_rec_size;
__aligned_u64 func_info; __aligned_u64 func_info;
__u32 func_info_cnt; __u32 nr_func_info;
__u32 line_info_cnt; __u32 nr_line_info;
__aligned_u64 line_info; __aligned_u64 line_info;
__aligned_u64 jited_line_info; __aligned_u64 jited_line_info;
__u32 jited_line_info_cnt; __u32 nr_jited_line_info;
__u32 line_info_rec_size; __u32 line_info_rec_size;
__u32 jited_line_info_rec_size; __u32 jited_line_info_rec_size;
} __attribute__((aligned(8))); } __attribute__((aligned(8)));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment