1 // SPDX-License-Identifier: GPL-2.0 << 2 /* 1 /* 3 * Power trace points 2 * Power trace points 4 * 3 * 5 * Copyright (C) 2009 Arjan van de Ven <arjan@ 4 * Copyright (C) 2009 Arjan van de Ven <arjan@linux.intel.com> 6 */ 5 */ 7 6 8 #include <linux/string.h> 7 #include <linux/string.h> 9 #include <linux/types.h> 8 #include <linux/types.h> 10 #include <linux/workqueue.h> 9 #include <linux/workqueue.h> 11 #include <linux/sched.h> 10 #include <linux/sched.h> 12 #include <linux/module.h> 11 #include <linux/module.h> >> 12 #include <linux/slab.h> 13 13 14 #define CREATE_TRACE_POINTS 14 #define CREATE_TRACE_POINTS 15 #include <trace/events/power.h> 15 #include <trace/events/power.h> 16 16 17 EXPORT_TRACEPOINT_SYMBOL_GPL(suspend_resume); !! 17 EXPORT_TRACEPOINT_SYMBOL_GPL(power_start); 18 EXPORT_TRACEPOINT_SYMBOL_GPL(cpu_idle); !! 18 EXPORT_TRACEPOINT_SYMBOL_GPL(power_end); 19 EXPORT_TRACEPOINT_SYMBOL_GPL(cpu_frequency); !! 19 EXPORT_TRACEPOINT_SYMBOL_GPL(power_frequency); 20 EXPORT_TRACEPOINT_SYMBOL_GPL(powernv_throttle) << 21 20 22 21
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.