]> git.baikalelectronics.ru Git - kernel.git/commit
tracing, function_graph: Merge overhead and duration display functions
authorJiri Olsa <jolsa@redhat.com>
Fri, 3 Jun 2011 14:58:48 +0000 (16:58 +0200)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 15 Jun 2011 02:48:47 +0000 (22:48 -0400)
commit1aae25218e84e96602fc1e7b96565a892d8977fc
tree0291039ad5bc7f652d15157616ea2a77b7294638
parentc829b52c4403268c1a8502d221d330fd4996786d
tracing, function_graph: Merge overhead and duration display functions

Functions print_graph_overhead() and print_graph_duration() displays
data for one field - DURATION.

I merged them into single function print_graph_duration(),
and added a way to display the empty parts of the field.

This way the print_graph_irq() function can use this column to display
the IRQ signs if needed and the DURATION field details stays inside
the print_graph_duration() function.

Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/1307113131-10045-3-git-send-email-jolsa@redhat.com
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace_functions_graph.c