Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ddebug_setup_query

Proto:static __init int ddebug_setup_query(char *str)

Type:int

Parameter:

TypeParameterName
char *str
681  If strlen(str) >= DDEBUG_STRING_SIZE Then
682  pr_warn("ddebug boot param string too large\n")
683  Return 0
685  Copy a NUL terminated string into a sized buffer
686  Return 1