diff options
author | Alexei Starovoitov <ast@kernel.org> | 2019-02-25 17:28:41 -0500 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2019-02-27 11:22:51 -0500 |
commit | b1eca86db68b48f59b9f195c8b4f8114d2a9918c (patch) | |
tree | b76eacc1034b51c413bceeddd8cfc51d0448bc33 | |
parent | 5f8f8b93aeb8371c54af08bece2bd04bc2d48707 (diff) |
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>
-rw-r--r-- | tools/include/uapi/linux/bpf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/include/uapi/linux/bpf.h b/tools/include/uapi/linux/bpf.h index bcdd2474eee7..2e308e90ffea 100644 --- a/tools/include/uapi/linux/bpf.h +++ b/tools/include/uapi/linux/bpf.h | |||
@@ -2813,6 +2813,8 @@ struct bpf_prog_info { | |||
2813 | __u32 jited_line_info_rec_size; | 2813 | __u32 jited_line_info_rec_size; |
2814 | __u32 nr_prog_tags; | 2814 | __u32 nr_prog_tags; |
2815 | __aligned_u64 prog_tags; | 2815 | __aligned_u64 prog_tags; |
2816 | __u64 run_time_ns; | ||
2817 | __u64 run_cnt; | ||
2816 | } __attribute__((aligned(8))); | 2818 | } __attribute__((aligned(8))); |
2817 | 2819 | ||
2818 | struct bpf_map_info { | 2820 | struct bpf_map_info { |