]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tracing: Change tracer's integer flags to bool
authorHiraku Toyooka <hiraku.toyooka.gu@hitachi.com>
Tue, 2 Oct 2012 08:27:10 +0000 (17:27 +0900)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 31 Oct 2012 20:45:25 +0000 (16:45 -0400)
commitf43c738bfa8608424610e4fc1aef4d4644e2ce11
treea27c9971bc2eeeb012dc349762066a4c61cf10c9
parent6f4156723c084bfc0c0f72205c541fafb8ad3ded
tracing: Change tracer's integer flags to bool

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>
kernel/trace/trace.h
kernel/trace/trace_irqsoff.c
kernel/trace/trace_sched_wakeup.c