• Home
  • Raw
  • Download

Lines Matching defs:log

286 	struct bpf_verifier_log log;  member
1367 __printf(2, 3) static void __btf_verifier_log(struct bpf_verifier_log *log, in __btf_verifier_log()
1380 struct bpf_verifier_log *log = &env->log; in btf_verifier_log() local
1396 struct bpf_verifier_log *log = &env->log; in __btf_verifier_log_type() local
1446 struct bpf_verifier_log *log = &env->log; in btf_verifier_log_member() local
1499 struct bpf_verifier_log *log = &env->log; in btf_verifier_log_vsi() local
1524 struct bpf_verifier_log *log = &env->log; in btf_verifier_log_hdr() local
4988 struct bpf_verifier_log *log; in btf_parse() local
5106 btf_get_prog_ctx_type(struct bpf_verifier_log *log, const struct btf *btf, in btf_get_prog_ctx_type()
5172 static int btf_translate_to_vmlinux(struct bpf_verifier_log *log, in btf_translate_to_vmlinux()
5193 struct bpf_verifier_log *log; in BTF_ID() local
5262 struct bpf_verifier_log *log; in btf_parse_module() local
5388 struct bpf_verifier_log *log = info->log; in btf_ctx_access() local
5577 static int btf_struct_walk(struct bpf_verifier_log *log, const struct btf *btf, in btf_struct_walk()
5818 int btf_struct_access(struct bpf_verifier_log *log, const struct btf *btf, in btf_struct_access()
5876 bool btf_struct_ids_match(struct bpf_verifier_log *log, in btf_struct_ids_match()
5938 int btf_distill_func_proto(struct bpf_verifier_log *log, in btf_distill_func_proto()
6015 static int btf_check_func_type_match(struct bpf_verifier_log *log, in btf_check_func_type_match()
6126 int btf_check_type_match(struct bpf_verifier_log *log, const struct bpf_prog *prog, in btf_check_type_match()
6158 static bool __btf_type_is_scalar_struct(struct bpf_verifier_log *log, in __btf_type_is_scalar_struct()
6258 struct bpf_verifier_log *log = &env->log; in btf_check_func_arg_match() local
6690 struct bpf_verifier_log *log = &env->log; in btf_prepare_func_args() local
7725 static void __print_cand_cache(struct bpf_verifier_log *log, in __print_cand_cache()
7746 static void print_cand_cache(struct bpf_verifier_log *log) in print_cand_cache()