Lines Matching refs:dyndbg
65 dyndbg: unknown keyword "mode"
66 dyndbg: query parse failed
233 ``dyndbg="QUERY"`` or ``module.dyndbg="QUERY"``. QUERY follows
237 These ``dyndbg`` params are processed just after the ddebug tables are
244 dyndbg="file ec.c +p"
251 If ``foo`` module is not built-in, ``foo.dyndbg`` will still be processed at
253 loaded later. Bare ``dyndbg=`` is only processed at boot.
266 options foo dyndbg=+pt
267 options foo dyndbg # defaults to +p
269 2. ``foo.dyndbg`` as given in boot args, ``foo.`` is stripped and passed::
271 foo.dyndbg=" func bar +p; func buz +mp"
275 modprobe foo dyndbg==pmf # override previous settings
277 These ``dyndbg`` queries are applied in order, with last having final say.
282 In the ``foo.dyndbg="QUERY"`` form, the query must exclude ``module foo``.
286 The ``dyndbg`` option is a "fake" module parameter, which means:
333 // see what's going on in dyndbg=value processing
336 btrfs.dyndbg="+p"
339 dyndbg="file init/* +p #cmt ; func parse_one +p"
341 pc87360.dyndbg="func pc87360_init_device +p; func pc87360_find +p"