From: Steven Rostedt Date: Wed, 25 Mar 2009 03:17:58 +0000 (-0400) Subject: function-graph: add option to calculate graph time or not X-Git-Tag: v2.6.31-rc1~401^2~195 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2a16d6a3156ef7309ca7328a20c35df9418e670;p=pandora-kernel.git function-graph: add option to calculate graph time or not graph time is the time that a function is executing another function. Thus if function A calls B, if graph-time is set, then the time for A includes B. This is the default behavior. But if graph-time is off, then the time spent executing B is subtracted from A. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed