Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:modprobe foo finds foo.params in boot-args, strips "foo.", and* passes them to load_module(). This callback gets unknown params,* processes dyndbg params, rejects others.

Proto:int ddebug_dyndbg_module_param_cb(char *param, char *val, const char *module)

Type:int

Parameter:

TypeParameterName
char *param
char *val
const char *module
947  vpr_info("module: %s %s=\"%s\"\n", module, param, val)
948  Return helper for ddebug_dyndbg_(boot|module)_param_cb