git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
678f845
)
function_graph: Fix micro seconds notations
author
Byungchul Park
<byungchul.park@lge.com>
Wed, 5 Nov 2014 07:18:44 +0000
(16:18 +0900)
committer
Steven Rostedt
<rostedt@goodmis.org>
Fri, 14 Nov 2014 12:56:03 +0000
(07:56 -0500)
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>
No differences found