aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/trace/events/thermal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/trace/events/thermal.h b/include/trace/events/thermal.h
index 1fdacdb94e77..8af8f130950e 100644
--- a/include/trace/events/thermal.h
+++ b/include/trace/events/thermal.h
@@ -90,6 +90,7 @@ TRACE_EVENT(thermal_zone_trip,
90 show_tzt_type(__entry->trip_type)) 90 show_tzt_type(__entry->trip_type))
91); 91);
92 92
93#ifdef CONFIG_CPU_THERMAL
93TRACE_EVENT(thermal_power_cpu_get_power, 94TRACE_EVENT(thermal_power_cpu_get_power,
94 TP_PROTO(const struct cpumask *cpus, unsigned long freq, u32 *load, 95 TP_PROTO(const struct cpumask *cpus, unsigned long freq, u32 *load,
95 size_t load_len, u32 dynamic_power, u32 static_power), 96 size_t load_len, u32 dynamic_power, u32 static_power),
@@ -147,6 +148,7 @@ TRACE_EVENT(thermal_power_cpu_limit,
147 __get_bitmask(cpumask), __entry->freq, __entry->cdev_state, 148 __get_bitmask(cpumask), __entry->freq, __entry->cdev_state,
148 __entry->power) 149 __entry->power)
149); 150);
151#endif /* CONFIG_CPU_THERMAL */
150 152
151#ifdef CONFIG_DEVFREQ_THERMAL 153#ifdef CONFIG_DEVFREQ_THERMAL
152TRACE_EVENT(thermal_power_devfreq_get_power, 154TRACE_EVENT(thermal_power_devfreq_get_power,