Jiri Olsa
199abfab40
tracing, function_graph: Remove lock-depth from latency trace
The lock_depth was removed in commit
e6e1e25 tracing: Remove lock_depth from event entry
Removing the lock_depth info from function_graph latency header.
With following commands:
# echo function_graph > ./current_tracer
# echo 1 > options/latency-format
# cat trace
This is what it looked like before:
# tracer: function_graph
#
# function_graph latency trace v1.1.5 on 3.0.0-rc1-tip+
# --------------------------------------------------------------------
# latency: 0 us, #59756/311298, CPU#0 | (M:preempt VP:0, KP:0, SP:0 HP:0 #P:2)
# -----------------
# | task: -0 (uid:0 nice:0 policy:0 rt_prio:0)
# -----------------
#
# _-----=> irqs-off
# / _----=> need-resched
# | / _---=> hardirq/softirq
# || / _--=> preempt-depth
# ||| / _-=> lock-depth
# |||| /
# CPU||||| DURATION FUNCTION CALLS
# | ||||| | | | | | |
0) .... 0.068 us | } /* __rcu_read_unlock */
...
This is what it looks like now:
# tracer: function_graph
#
# function_graph latency trace v1.1.5 on 3.0.0-rc1-tip+
# --------------------------------------------------------------------
# latency: 0 us, #59747/1744610, CPU#0 | (M:preempt VP:0, KP:0, SP:0 HP:0 #P:2)
# -----------------
# | task: -0 (uid:0 nice:0 policy:0 rt_prio:0)
# -----------------
#
# _-----=> irqs-off
# / _----=> need-resched
# | / _---=> hardirq/softirq
# || / _--=> preempt-depth
# ||| /
# CPU|||| DURATION FUNCTION CALLS
# | |||| | | | | | |
0) ..s. 1.641 us | } /* __rcu_process_callbacks */
...
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/1307113131-10045-5-git-send-email-jolsa@redhat.com
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
2011-06-14 22:48:49 -04:00
..
2011-04-16 13:51:05 +02:00
2011-06-14 22:48:45 -04:00
2011-04-21 09:06:24 -04:00
2011-01-07 23:26:29 -05:00
2011-01-04 08:16:54 +01:00
2011-06-14 22:04:39 -04:00
2011-06-14 22:04:39 -04:00
2010-05-14 14:20:32 -04:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2010-11-18 14:37:40 +01:00
2011-03-18 14:41:27 +01:00
2011-05-25 22:13:39 -04:00
2011-02-02 21:37:13 -05:00
2011-06-14 22:48:49 -04:00
2011-05-18 15:29:50 -04:00
2011-06-14 22:48:47 -04:00
2010-10-22 15:34:11 -05:00
2011-04-24 13:18:38 +02:00
2010-03-30 22:02:32 +09:00
2009-03-23 09:22:15 +01:00
2011-05-25 22:13:44 -04:00
2010-05-14 14:20:32 -04:00
2011-04-04 12:18:24 -04:00
2011-02-08 17:14:56 -05:00
2011-06-14 22:48:47 -04:00
2011-05-18 19:24:51 -04:00
2011-05-18 19:24:51 -04:00
2011-05-18 15:29:50 -04:00
2010-03-30 22:02:32 +09:00
2009-07-10 12:14:05 +02:00
2011-02-07 21:30:14 -05:00
2010-09-22 16:30:03 -04:00
2011-06-14 22:48:48 -04:00
2011-06-14 22:48:45 -04:00