commit | 4526d0676a150dce7a93ad93e03bef7f77e7c906 | [log] [tgz] |
---|---|---|
author | Byungchul Park <byungchul.park@lge.com> | Wed Nov 05 16:18:44 2014 +0900 |
committer | Steven Rostedt <rostedt@goodmis.org> | Fri Nov 14 07:56:03 2014 -0500 |
tree | aca3550a8b5b0328a5c0f67f322778ba5120cebe | |
parent | 678f845ed0f40c29a74cd8dd60c48f2a6db44dc9 [diff] |
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>