Lines Matching full:module
31 - module name
64 # filename:lineno [module]function flags format
65 …ult/net/sunrpc/svc_rdma.c:323 [svcxprt_rdma]svc_rdma_cleanup =_ "SVCRDMA Module Removed, deregiste…
87 # filename:lineno [module]function flags format
135 'module' string |
169 module
170 The given string is compared against the module name
171 of each callsite. The module name is the string as
175 module sunrpc
176 module nfsd
221 m Include module name in the printed message
240 ``dyndbg="QUERY"``, ``module.dyndbg="QUERY"``, or ``ddebug_query="QUERY"``
259 If ``foo`` module is not built-in, ``foo.dyndbg`` will still be processed at
260 boot time, without effect, but will be reprocessed when module is
265 Debug Messages at Module Initialization Time
291 In the ``foo.dyndbg="QUERY"`` form, the query must exclude ``module foo``.
295 The ``dyndbg`` option is a "fake" module parameter, which means:
298 - every module gets it tacitly, whether they use pr_debug or not
299 - it doesn't appear in ``/sys/module/$module/parameters/``
306 echo "module module_name -p" > <debugfs>/dynamic_debug/control
321 // enable all the messages in the NFS server module
322 nullarbor:~ # echo -n 'module nfsd +p' >
343 // add module, function to all enabled messages
351 dyndbg="module params +p #cmt ; module sys +p"
352 // enable pr_debugs in 2 functions in a module loaded later