]> 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)
commit3ef297c06f3237e59fd79f16eee6e5a87b6c990b
treeaca3550a8b5b0328a5c0f67f322778ba5120cebe
parent8788c0372fa1cb44d008e82a12e72c2752069c6b
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