]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcae2336e334a7b6bd80808224dc03a82b5dc6177
treeaca3550a8b5b0328a5c0f67f322778ba5120cebe
parent17c17601ec34a496ccfea2d63cb3cceded3d7d06
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