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:
6f41567
)
tracing: Change tracer's integer flags to bool
author
Hiraku Toyooka
<hiraku.toyooka.gu@hitachi.com>
Tue, 2 Oct 2012 08:27:10 +0000
(17:27 +0900)
committer
Steven Rostedt
<rostedt@goodmis.org>
Wed, 31 Oct 2012 20:45:25 +0000
(16:45 -0400)
print_max and use_max_tr in struct tracer are "int" variables and
used like flags. This is wasteful, so change the type to "bool".
Link:
http://lkml.kernel.org/r/20121002082710.9807.86393.stgit@falsita
Signed-off-by: Hiraku Toyooka <hiraku.toyooka.gu@hitachi.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found