]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tracing/events: fix output format of user stack
authorwalimis <walimisdev@gmail.com>
Wed, 3 Jun 2009 08:01:30 +0000 (16:01 +0800)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 3 Jun 2009 14:25:30 +0000 (10:25 -0400)
commit048dc50c5e7eada19ebabbad70b7966d14283d41
tree2d81fa88cfb5ebd5ee2622b4eb7632b1f369a567
parentf11b3f4e2932bfdcfc458ab8d1ece62724ceabfc
tracing/events: fix output format of user stack

According to "events/ftrace/user_stack/format", fix the output of
user stack.

before fix:

  sh-1073  [000]    31.137561:  <b7f274fe> <-  <0804e33c> <-  <080835c1>

after fix:

  sh-1072  [000]    37.039329:
 =>  <b7f8a4fe>
 =>  <0804e33c>
 =>  <080835c1>

Signed-off-by: walimis <walimisdev@gmail.com>
LKML-Reference: <1244016090-7814-3-git-send-email-walimisdev@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace_output.c