diff options
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2017-10-13 16:21:50 +0200 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2017-10-18 01:02:38 +0200 |
commit | b5ca66f9c0cf8c1cfeca12f001b86486c670279d (patch) | |
tree | 233a9d0651b146817a29ecb2463a55cdbc22052d /kernel | |
parent | ftrace: Kill FTRACE_OPS_FL_PER_CPU (diff) | |
download | linux-b5ca66f9c0cf8c1cfeca12f001b86486c670279d.tar.xz linux-b5ca66f9c0cf8c1cfeca12f001b86486c670279d.zip |
tracing, thermal: Hide devfreq 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_devfreq_get_power and
thermal_power_devfreq_limit are only used when CONFIG_DEVFREQ_THERMAL
is set. Make those events only defined when that is set as well.
Link: http://lkml.kernel.org/r/20171013102150.0050cb74@gandalf.local.home
Acked-by: Javi Merino <javi.merino@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions