Lines Matching refs:module
28 - module name
61 # filename:lineno [module]function flags format
84 # filename:lineno [module]function flags format
133 'module' string |
163 module
164 The given string is compared against the module name
165 of each callsite. The module name is the string as
169 module sunrpc
170 module nfsd
215 m Include module name in the printed message
234 dyndbg="QUERY", module.dyndbg="QUERY", or ddebug_query="QUERY"
251 If foo module is not built-in, foo.dyndbg will still be processed at
252 boot time, without effect, but will be reprocessed when module is
280 In the foo.dyndbg="QUERY" form, the query must exclude "module foo".
284 The dyndbg option is a "fake" module parameter, which means:
287 - every module gets it tacitly, whether they use pr_debug or not
288 - it doesn't appear in /sys/module/$module/parameters/
295 echo "module module_name -p" > <debugfs>/dynamic_debug/control
308 // enable all the messages in the NFS server module
309 nullarbor:~ # echo -n 'module nfsd +p' >
330 // add module, function to all enabled messages
338 dyndbg="module params +p #cmt ; module sys +p"
339 // enable pr_debugs in 2 functions in a module loaded later