From: Jiri Olsa Date: Fri, 3 Jun 2011 14:58:48 +0000 (+0200) Subject: tracing, function_graph: Merge overhead and duration display functions X-Git-Tag: v3.1-rc1~299^2~13^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffeb80fc30acbf6bd51cb47a1815f621a9d017dc;p=pandora-kernel.git 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 Link: http://lkml.kernel.org/r/1307113131-10045-3-git-send-email-jolsa@redhat.com Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed