Xiao Guangrong
d857ace143
tracing/ksym_tracer: fix the output of ksym tracer
Fix the output format of ksym tracer, make it properly aligned
Befor patch:
# tracer: ksym_tracer
#
# TASK-PID CPU# Symbol Type Function
# | | | | |
bash 1378 1 ksym_tracer_mutex W mutex_lock+0x11/0x27
bash 1378 1 ksym_filter_head W process_new_ksym_entry+0xd2/0x10c
bash 1378 1 ksym_tracer_mutex W mutex_unlock+0x12/0x1b
cat 1429 0 ksym_tracer_mutex W mutex_lock+0x11/0x27
After patch:
# tracer: ksym_tracer
#
# TASK-PID CPU# Symbol Type Function
# | | | | |
cat-1423 [000] ksym_tracer_mutex RW mutex_lock+0x11/0x27
cat-1423 [000] ksym_filter_head RW ksym_trace_filter_read+0x6e/0x10d
cat-1423 [000] ksym_tracer_mutex RW mutex_unlock+0x12/0x1b
cat-1423 [000] ksym_tracer_mutex RW mutex_lock+0x11/0x27
cat-1423 [000] ksym_filter_head RW ksym_trace_filter_read+0x6e/0x10d
cat-1423 [000] ksym_tracer_mutex RW mutex_unlock+0x12/0x1b
Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
LKML-Reference: <4A6685BB.2090809@cn.fujitsu.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
2009-07-23 20:51:35 -04:00
..
2009-06-11 11:10:35 -07:00
2009-06-10 19:58:10 -07:00
2009-06-17 12:56:49 +02:00
2009-04-14 00:00:56 +02:00
2009-06-17 12:56:49 +02:00
2009-05-11 13:22:26 -04:00
2009-06-15 15:49:37 +02:00
2009-04-07 14:43:06 +02:00
2009-05-07 11:17:34 +02:00
2009-03-22 18:16:54 +01:00
2009-05-06 10:38:19 +02:00
2009-04-29 14:06:03 +02:00
2009-06-01 23:25:15 -04:00
2009-06-09 17:29:07 -04:00
2009-04-29 14:06:03 +02:00
2009-06-10 19:58:10 -07:00
2009-02-18 01:40:20 +01:00
2009-05-07 13:36:22 +02:00
2009-03-04 22:15:30 -05:00
2009-07-23 20:51:35 -04:00
2009-04-07 14:43:06 +02:00
2009-03-23 09:22:15 +01:00
2009-06-09 17:29:07 -04:00
2009-06-09 17:29:07 -04:00
2009-05-07 11:17:34 +02:00
2009-04-07 14:43:07 +02:00
2009-04-14 22:05:43 -04:00
2009-04-23 23:01:36 -04:00
2009-06-02 22:47:00 +02:00
2009-06-03 10:24:44 -04:00
2009-06-02 01:18:33 +02:00
2009-03-24 23:22:58 -04:00
2009-04-09 05:43:32 +02:00
2009-06-15 10:06:19 -07:00
2009-06-02 01:14:26 +02:00
2009-06-15 21:30:28 -07:00
2009-07-10 11:59:40 +02:00