Commit b1eca86d authored by Alexei Starovoitov's avatar Alexei Starovoitov Committed by Daniel Borkmann
Browse files

tools/bpf: sync bpf.h into tools



sync bpf.h into tools directory

Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
parent 5f8f8b93
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2813,6 +2813,8 @@ struct bpf_prog_info {
	__u32 jited_line_info_rec_size;
	__u32 nr_prog_tags;
	__aligned_u64 prog_tags;
	__u64 run_time_ns;
	__u64 run_cnt;
} __attribute__((aligned(8)));

struct bpf_map_info {