mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-21 00:39:07 +08:00
tools/bpf: sync bpf.h into tools
sync bpf.h into tools directory Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
This commit is contained in:
committed by
yonghong-song
parent
b23ab17fd3
commit
7e447c35b7
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user