function_graph: Fix micro seconds notations
authorByungchul Park <byungchul.park@lge.com>
Wed, 5 Nov 2014 07:18:44 +0000 (16:18 +0900)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 14 Nov 2014 12:56:03 +0000 (07:56 -0500)
commit4526d0676a150dce7a93ad93e03bef7f77e7c906
treeaca3550a8b5b0328a5c0f67f322778ba5120cebe
parent678f845ed0f40c29a74cd8dd60c48f2a6db44dc9
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 <byungchul.park@lge.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace_functions_graph.c