tracing: finetune branch-tracer output
authorIngo Molnar <mingo@elte.hu>
Wed, 12 Nov 2008 13:09:30 +0000 (14:09 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 12 Nov 2008 13:13:11 +0000 (14:13 +0100)
commit68d119f0a66f7e3663304343b072e56a2693446b
tree1bca906c6955cc9043e0d6e3b0d4404e238cb5fd
parent2b7d0390a6d6d595f43ea3806639664afe5b9ebe
tracing: finetune branch-tracer output

Steve suggested the to change the output from this:

>  bash-3471  [003]   357.014755: [ MISS ] sched_info_dequeued:sched_stats.h:177
>  bash-3471  [003]   357.014756: [ .... ] update_curr:sched_fair.c:489
>  bash-3471  [003]   357.014758: [ .... ] calc_delta_fair:sched_fair.c:411

to this:

>  bash-3471  [003]   357.014755: [ MISS ] sched_info_dequeued:sched_stats.h:177
>  bash-3471  [003]   357.014756: [  ok  ] update_curr:sched_fair.c:489
>  bash-3471  [003]   357.014758: [  ok  ] calc_delta_fair:sched_fair.c:411

as it makes it clearer to the user what it means exactly.

Acked-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/trace/trace.c