Lines Matching full:module
25 - module name
27 - class name (as known/declared by each module)
40 # filename:lineno [module]function flags format
60 :#> ddcmd '-p; module main func run* +p'
119 'module' string |
157 module
158 The given string is compared against the module name
159 of each callsite. The module name is the string as
163 module sunrpc
164 module nfsd
165 module drm* # both drm, drm_kms_helper
184 The given class_name is validated against each module, which may
186 found for a module, callsite & class matching and adjustment
222 m Include module name
239 ``dyndbg="QUERY"`` or ``module.dyndbg="QUERY"``. QUERY follows
257 If ``foo`` module is not built-in, ``foo.dyndbg`` will still be processed at
258 boot time, without effect, but will be reprocessed when module is
262 Debug Messages at Module Initialization Time
288 In the ``foo.dyndbg="QUERY"`` form, the query must exclude ``module foo``.
292 The ``dyndbg`` option is a "fake" module parameter, which means:
295 - every module gets it tacitly, whether they use pr_debug or not
296 - it doesn't appear in ``/sys/module/$module/parameters/``
303 echo "module module_name -p" > /proc/dynamic_debug/control
316 // enable all the messages in the NFS server module
317 :#> ddcmd 'module nfsd +p'
334 // add module, function to all enabled messages
341 // enable pr_debugs in the btrfs module (can be builtin or loadable)
346 // enable pr_debugs in 2 functions in a module loaded later