]> bbs.cooldavid.org Git - net-next-2.6.git/commit
tracing: use newline separator for trace options list
authorSteven Rostedt <srostedt@redhat.com>
Fri, 27 Feb 2009 05:22:21 +0000 (00:22 -0500)
committerSteven Rostedt <srostedt@redhat.com>
Fri, 27 Feb 2009 05:22:21 +0000 (00:22 -0500)
commit5c6a3ae1b4beebb56e2916b84f1208d96a9e32ff
tree6267a70386ce9e97e0034eea3754ea24429e971c
parent85a2f9b46f8cd8aaa11c64c715e1ea3ec27ec486
tracing: use newline separator for trace options list

Impact: clean up

Instead of listing the trace options like:

 # cat /debug/tracing/trace_options
print-parent nosym-offset nosym-addr noverbose noraw nohex nobin noblock nostacktrace nosched-tree ftrace_printk noftrace_preempt nobranch annotate nouserstacktrace nosym-userobj

We now list them like:

 # cat /debug/tracing/trace_options
print-parent
nosym-offset
nosym-addr
noverbose
noraw
nohex
nobin
noblock
nostacktrace
nosched-tree
ftrace_printk
noftrace_preempt
nobranch
annotate
nouserstacktrace
nosym-userobj

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
kernel/trace/trace.c