sync with latest bpf-next (#10)

sync with latest bpf-next. tested with fb internal testcase and bcc.

Signed-off-by: Yonghong Song <yhs@fb.com>
This commit is contained in:
yonghong-song
2019-02-07 21:58:07 -08:00
committed by GitHub
parent b19c6dcf62
commit f0bcba631d
9 changed files with 1866 additions and 63 deletions

View File

@@ -85,6 +85,7 @@ struct bpf_load_program_attr {
__u32 line_info_rec_size;
const void *line_info;
__u32 line_info_cnt;
__u32 log_level;
};
/* Flags to direct loading requirements */