diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-11-12 11:55:41 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-11-12 11:55:41 +0100 |
commit | f88c4ae9f8c3939bee4337c75c7a673b5de7a8a7 (patch) | |
tree | db47bc2b4c9bbeb9aeadfcb609dcce72198887a4 /arch/x86/vdso/vclock_gettime.c | |
parent | 52f232cb720a7babb752849cbc2cab2d24021209 (diff) | |
download | kernel_samsung_espresso10-f88c4ae9f8c3939bee4337c75c7a673b5de7a8a7.zip kernel_samsung_espresso10-f88c4ae9f8c3939bee4337c75c7a673b5de7a8a7.tar.gz kernel_samsung_espresso10-f88c4ae9f8c3939bee4337c75c7a673b5de7a8a7.tar.bz2 |
tracing: branch tracer, tweak output
Impact: modify the tracer output, to make it a bit easier to read
Change the output from:
> bash-3471 [003] 357.014755: [INCORRECT] sched_info_dequeued:sched_stats.h:177
> bash-3471 [003] 357.014756: [correct] update_curr:sched_fair.c:489
> bash-3471 [003] 357.014758: [correct] calc_delta_fair:sched_fair.c:411
to:
> 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
it's good to have fields aligned vertically, and the only important
information is a prediction miss, so display only that information.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/vdso/vclock_gettime.c')
0 files changed, 0 insertions, 0 deletions