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)
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>

No differences found