Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * Power trace points
0004  *
0005  * Copyright (C) 2009 Arjan van de Ven <arjan@linux.intel.com>
0006  */
0007 
0008 #include <linux/string.h>
0009 #include <linux/types.h>
0010 #include <linux/workqueue.h>
0011 #include <linux/sched.h>
0012 #include <linux/module.h>
0013 
0014 #define CREATE_TRACE_POINTS
0015 #include <trace/events/power.h>
0016 
0017 EXPORT_TRACEPOINT_SYMBOL_GPL(suspend_resume);
0018 EXPORT_TRACEPOINT_SYMBOL_GPL(cpu_idle);
0019 EXPORT_TRACEPOINT_SYMBOL_GPL(cpu_frequency);
0020 EXPORT_TRACEPOINT_SYMBOL_GPL(powernv_throttle);
0021