Pandora Sourcecodes - pandora-kernel.git/rss - Documentation/dynamic-debug-howto.txt history https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=history;f=Documentation/dynamic-debug-howto.txt Pandora Kernel Repository en /git-logo.png Pandora Sourcecodes - pandora-kernel.git/rss - Documentation/dynamic-debug-howto.txt history https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=history;f=Documentation/dynamic-debug-howto.txt Mon, 28 Mar 2011 02:46:59 +0000 Mon, 28 Mar 2011 02:46:59 +0000 gitweb v.2.1.4/2.39.2 Merge branch 'docs-next' of git://git.lwn.net/linux-2.6 Linus Torvalds <torvalds@linux-foundation.org> Mon, 28 Mar 2011 02:46:59 +0000 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=93567c43eb2a4771b9c590435928f9b3a428e568 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=93567c43eb2a4771b9c590435928f9b3a428e568 Merge branch 'docs-next' of git://git.lwn.net/linux-2.6 Merge branch 'docs-next' of git://git.lwn.net/linux-2.6 * 'docs-next' of git://git.lwn.net/linux-2.6: docs: update the development process document docs: fix dev_debug() braino in dynamic-debug-howto.txt
  • [D] Documentation/dynamic-debug-howto.txt
]]>
docs: fix dev_debug() braino in dynamic-debug-howto.txt Jonathan Corbet <corbet@lwn.net> Fri, 25 Mar 2011 16:42:17 +0000 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=9cad7962704d617ab1e4ae304baaaa22d727932b https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=9cad7962704d617ab1e4ae304baaaa22d727932b docs: fix dev_debug() braino in dynamic-debug-howto.txt docs: fix dev_debug() braino in dynamic-debug-howto.txt While looking at dynamic-debug-howto.txt, I noticed that it references dev_debug() (which doesn't exist) instead of dev_dbg() (which does exist). I'm lazy, so I choose to fix the document rather than changing every dev_dbg() call. Signed-off-by: Jonathan Corbet <corbet@lwn.net>
  • [D] Documentation/dynamic-debug-howto.txt
]]>
Dynamic debug: Add more flags Bart Van Assche <bvanassche@acm.org> Sun, 23 Jan 2011 16:17:24 +0000 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=8ba6ebf583f12da32036fc0f003ab4043e54692e https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=8ba6ebf583f12da32036fc0f003ab4043e54692e Dynamic debug: Add more flags Dynamic debug: Add more flags Add flags that allow the user to specify via debugfs whether or not the module name, function name, line number and/or thread ID have to be included in the printed message. Signed-off-by: Bart Van Assche <bvanassche@acm.org> Cc: Greg Banks <gnb@fmeh.org> Cc: Konrad Rzeszutek Wilk <konrad@darnok.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • [D] Documentation/dynamic-debug-howto.txt
]]>
Dynamic Debug: Introduce ddebug_query= boot parameter Thomas Renninger <trenn@suse.de> Fri, 6 Aug 2010 14:11:02 +0000 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=a648ec05bb950fae2f35d0490ddd6cf15010af72 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=a648ec05bb950fae2f35d0490ddd6cf15010af72 Dynamic Debug: Introduce ddebug_query= boot parameter Dynamic Debug: Introduce ddebug_query= boot parameter Dynamic debug lacks the ability to enable debug messages at boot time. One could patch initramfs or service startup scripts to write to /sys/../dynamic_debug/control, but this sucks. This patch makes it possible to pass a query in the same format one can write to /sys/../dynamic_debug/control via boot param. When dynamic debug gets initialized, this query will automatically be applied. Signed-off-by: Thomas Renninger <trenn@suse.de> Acked-by: jbaron@redhat.com Acked-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • [D] Documentation/dynamic-debug-howto.txt
]]>
Dynamic debug: allow simple quoting of words Greg Banks <gnb@melbourne.sgi.com> Fri, 6 Feb 2009 01:54:26 +0000 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=9898abb3d23311fa227a7f46bf4e40fd2954057f https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=9898abb3d23311fa227a7f46bf4e40fd2954057f Dynamic debug: allow simple quoting of words Dynamic debug: allow simple quoting of words Allow simple quoting of words in the dynamic debug control language. This allows more natural specification when using the control language to match against printk formats, e.g #echo -n 'format "Setting node for non-present cpu" +p' > /mnt/debugfs/dynamic_debug/control instead of #echo -n 'format Setting\040node\040for\040non-present\040cpu +p' > /mnt/debugfs/dynamic_debug/control Adjust the dynamic debug documention to describe that and provide a new example. Adjust the existing examples in the documentation to reflect the current whitespace escaping behaviour when reading the control file. Fix some minor documentation trailing whitespace. Signed-off-by: Greg Banks <gnb@melbourne.sgi.com> Acked-by: Jason Baron <jbaron@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • [D] Documentation/dynamic-debug-howto.txt
]]>
dynamic debug: update docs Jason Baron <jbaron@redhat.com> Thu, 5 Feb 2009 16:53:15 +0000 https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=86151fdf38b3795f292b39defbff39d2684b9c8c https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff;h=86151fdf38b3795f292b39defbff39d2684b9c8c dynamic debug: update docs dynamic debug: update docs updates the documentation for 'dynamic debug' feature. Signed-off-by: Greg Banks <gnb@sgi.com> Signed-off-by: Jason Baron <jbaron@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • [D] Documentation/dynamic-debug-howto.txt
]]>