diff options
author | Greg Banks <gnb@melbourne.sgi.com> | 2009-02-06 12:54:26 +1100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-03-24 16:38:27 -0700 |
commit | 9898abb3d23311fa227a7f46bf4e40fd2954057f (patch) | |
tree | f32e6f1b0422e491bf3db276f6f62467e4a21928 /.gitignore | |
parent | 86151fdf38b3795f292b39defbff39d2684b9c8c (diff) | |
download | kernel_samsung_crespo-9898abb3d23311fa227a7f46bf4e40fd2954057f.zip kernel_samsung_crespo-9898abb3d23311fa227a7f46bf4e40fd2954057f.tar.gz kernel_samsung_crespo-9898abb3d23311fa227a7f46bf4e40fd2954057f.tar.bz2 |
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>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions