Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:synth_field_signed

Proto:static bool synth_field_signed(char *type)

Type:bool

Parameter:

TypeParameterName
char *type
682  If str_has_prefix - Test if a string has a given prefix*@str: The string to test*@prefix: The string to see if @str starts with* A common way to test a prefix of a string is to do:* strncmp(str, prefix, sizeof(prefix) - 1)* But this can lead to bugs due to Then Return false
684  If strcmp(type, "gfp_t") == 0 Then Return false
687  Return true
Caller
NameDescribe
parse_synth_field