From: Byungchul Park Date: Wed, 5 Nov 2014 07:18:44 +0000 (+0900) Subject: function_graph: Fix micro seconds notations X-Git-Tag: omap-for-v3.19/fixes-rc1~139^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4526d0676a150dce7a93ad93e03bef7f77e7c906;p=pandora-kernel.git function_graph: Fix micro seconds notations Usually, "msecs" notation means milli-seconds, and "usecs" notation means micro-seconds. Since the unit used in the code is micro-seconds, the notation should be replaced from msecs to usecs. Link: http://lkml.kernel.org/r/1415171926-9782-2-git-send-email-byungchul.park@lge.com Signed-off-by: Byungchul Park Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed