Searched refs:bpf_log_attr (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | log.c | 816 int bpf_log_attr_init(struct bpf_log_attr *log, u64 log_buf, u32 log_size, u32 log_level, in bpf_log_attr_init() 850 struct bpf_verifier_log *bpf_log_attr_create_vlog(struct bpf_log_attr *attr_log, in bpf_log_attr_create_vlog() 879 int bpf_log_attr_finalize(struct bpf_log_attr *attr, struct bpf_verifier_log *log) in bpf_log_attr_finalize()
|
| H A D | syscall.c | 1635 struct bpf_log_attr attr_log; in map_create() 2917 static int bpf_prog_load(union bpf_attr *attr, bpfptr_t uattr, struct bpf_log_attr *attr_log) in BTF_ID_LIST_GLOBAL_SINGLE() 5564 static int bpf_btf_load(const union bpf_attr *attr, bpfptr_t uattr, struct bpf_log_attr *attr_log) in bpf_btf_load() 6308 struct bpf_log_attr attr_log; in __sys_bpf()
|
| H A D | btf.c | 5950 struct bpf_log_attr *attr_log) in btf_parse() 8349 int btf_new_fd(const union bpf_attr *attr, bpfptr_t uattr, struct bpf_log_attr *attr_log) in btf_new_fd()
|
| H A D | verifier.c | 20977 struct bpf_log_attr *attr_log) in bpf_check()
|
| /linux/include/linux/ |
| H A D | bpf_verifier.h | 768 struct bpf_log_attr { struct 776 int bpf_log_attr_init(struct bpf_log_attr *log, u64 log_buf, u32 log_size, u32 log_level, argument 779 struct bpf_verifier_log *bpf_log_attr_create_vlog(struct bpf_log_attr *attr_log, 782 int bpf_log_attr_finalize(struct bpf_log_attr *attr, struct bpf_verifier_log *log);
|
| H A D | btf.h | 149 struct bpf_log_attr; 150 int btf_new_fd(const union bpf_attr *attr, bpfptr_t uattr, struct bpf_log_attr *attr_log);
|
| H A D | bpf.h | 3051 struct bpf_log_attr; 3053 struct bpf_log_attr *attr_log);
|