* Dongsheng Yang <yangds.fnst@xxxxxxxxxxxxxx> wrote:
Example:One final thing I noticed, please keep vertical alignment intact, i.e.
*A0 228836.978985 secs A0 => perf:23032
* . A0 228836.979016 secs . => swapper:0
. *B0 228836.979099 secs B0 => migration/3:22
*A0 . B0 228836.979115 secs
A0 . * . 228836.979115 secs
A0 *C0 . 228836.979225 secs C0 => ksoftirqd/2:18
A0 *D0 . 228836.979236 secs D0 => rcu_sched:7
print:
*A0 228836.978985 secs A0 => perf:23032(note the extra space and how the arrows now align vertically.)
* . A0 228836.979016 secs . => swapper:0
. *B0 228836.979099 secs B0 => migration/3:22
In the code this could be done via:
+ sched_in->shortname[0] = ' ';Thanks,
+ sched_in->shortname[1] = '.';
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/