Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ddebug_dyndbg_module_param_cb

Proto:static inline int ddebug_dyndbg_module_param_cb(char *param, char *val, const char *modname)

Type:int

Parameter:

TypeParameterName
char *param
char *val
const char *modname
194  If strstr(param, "dyndbg") Then
196  printk(warning conditions "dyndbg param is supported only in CONFIG_DYNAMIC_DEBUG builds\n")
198  Return 0
200  Return -EINVAL
Caller
NameDescribe
unknown_module_param_cb