Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:btf_int_encoding_str

Proto:static const char *btf_int_encoding_str(u8 encoding)

Type:char

Parameter:

TypeParameterName
u8encoding
437  If encoding == 0 Then Return "(none)"
439  Else if encoding == Attributes stored in the BTF_INT_ENCODING Then Return "SIGNED"
441  Else if encoding == BTF_INT_CHAR Then Return "CHAR"
443  Else if encoding == BTF_INT_BOOL Then Return "BOOL"
445  Else Return "UNKN"
Caller
NameDescribe
btf_int_log