Zhaolei
1bbe2a83ab
ftrace: Correct a text align for event format output
If we cat debugfs/tracing/events/ftrace/bprint/format, we'll see:
name: bprint
ID: 6
format:
field:unsigned char common_type; offset:0; size:1;
field:unsigned char common_flags; offset:1; size:1;
field:unsigned char common_preempt_count; offset:2; size:1;
field:int common_pid; offset:4; size:4;
field:int common_tgid; offset:8; size:4;
field:unsigned long ip; offset:12; size:4;
field:char * fmt; offset:16; size:4;
field: char buf; offset:20; size:0;
print fmt: "%08lx (%d) fmt:%p %s"
There is an inconsistent blank before char buf.
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
LKML-Reference: <49D5E3EE.70201@cn.fujitsu.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-04-07 14:02:42 +02:00
..
2009-04-03 15:29:26 +02:00
2009-03-20 10:17:07 +01:00
2009-03-25 17:45:36 -04:00
2009-03-23 23:23:03 +01:00
2009-02-06 01:01:41 +01:00
2009-03-22 18:38:46 +01:00
2009-03-31 17:46:40 +02:00
2009-02-06 01:01:41 +01:00
2009-03-10 14:13:14 -04:00
2009-03-22 18:16:54 +01:00
2009-03-20 10:17:07 +01:00
2009-03-19 15:58:47 -04:00
2009-03-24 08:26:52 +01:00
2009-03-10 13:12:58 -04:00
2009-03-22 18:11:22 +01:00
2009-03-23 09:22:15 +01:00
2009-03-26 09:13:14 +01:00
2009-04-07 14:02:42 +02:00
2009-03-24 09:31:34 -04:00
2009-02-18 01:40:20 +01:00
2009-02-25 09:16:01 +01:00
2009-03-04 22:15:30 -05:00
2009-03-19 15:58:47 -04:00
2009-03-23 09:22:15 +01:00
2009-04-07 13:59:23 +02:00
2009-03-31 17:45:13 +02:00
2009-03-17 23:12:11 -04:00
2009-03-19 15:58:47 -04:00
2009-04-07 14:01:11 +02:00
2009-04-07 13:58:54 +02:00
2008-05-23 21:13:23 +02:00
2009-03-22 15:17:21 +01:00
2009-03-13 00:00:58 -04:00
2009-03-25 18:32:34 +01:00
2009-01-14 12:11:37 +01:00
2009-03-16 09:13:16 +01:00
2009-03-05 21:46:40 -05:00
2009-03-25 18:32:35 +01:00
2009-04-07 14:02:36 +02:00
2009-04-07 13:59:23 +02:00