Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\btf.c Create Date:2022-07-28 13:17:09
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:btf_type_nosize

Proto:static bool btf_type_nosize(const struct btf_type *t)

Type:bool

Parameter:

TypeParameterName
const struct btf_type *t
346  Return btf_type_is_void(t) || btf_type_is_fwd(t) || btf_type_is_func(t) || btf_type_is_func_proto(t)
Caller
NameDescribe
btf_type_nosize_or_null