Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\verifier.c Create Date:2022-07-28 12:55:47
Last Modify:2022-05-19 20:02:10 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bpf_log

Proto:__printf(2, 3) void bpf_log(struct bpf_verifier_log *log, const char *fmt, ...)

Type:void

Parameter:

TypeParameterName
struct bpf_verifier_log *log
const char *fmt
321  If Not bpf_verifier_log_needed(log) Then Return
324  va_start(args, fmt)
325  bpf_verifier_vlog(log, fmt, args)
326  va_end(args)
Caller
NameDescribe
btf_get_prog_ctx_type
btf_ctx_access
btf_struct_access
__btf_resolve_helper_id
btf_resolve_helper_id
btf_distill_func_proto
btf_check_func_arg_match