diff options
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2017-10-13 16:23:09 +0200 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2017-10-18 01:03:09 +0200 |
commit | a96a5037ed0f52e2d86739f4a1ef985bd036e575 (patch) | |
tree | 0285748b22459933041670af2e6cbca50856d78b /kernel/module.c | |
parent | tracing, thermal: Hide devfreq trace events when not in use (diff) | |
download | linux-a96a5037ed0f52e2d86739f4a1ef985bd036e575.tar.xz linux-a96a5037ed0f52e2d86739f4a1ef985bd036e575.zip |
tracing, thermal: Hide cpu cooling trace events when not in use
As trace events when defined create data structures and functions to
process them, defining trace events when not using them is a waste of
memory.
The trace events thermal_power_cpu_get_power and
thermal_power_cpu_limit are only used when CONFIG_CPU_THERMAL is set.
Make those events only defined when that is set as well.
Link: http://lkml.kernel.org/r/20171013102309.2c4ef81a@gandalf.local.home
Cc: Eduardo Valentin <edubezval@gmail.com>
Acked-by: Javi Merino <javi.merino@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'kernel/module.c')
0 files changed, 0 insertions, 0 deletions