blob: eb4220a132ecd1be9002cf35edf82870969d6c82 [file] [log] [blame]
Arjan van de Ven61613522009-09-17 16:11:28 +02001/*
2 * Power trace points
3 *
4 * Copyright (C) 2009 Arjan van de Ven <arjan@linux.intel.com>
5 */
6
7#include <linux/string.h>
8#include <linux/types.h>
9#include <linux/workqueue.h>
10#include <linux/sched.h>
11#include <linux/module.h>
Arjan van de Ven61613522009-09-17 16:11:28 +020012
13#define CREATE_TRACE_POINTS
14#include <trace/events/power.h>
15
Todd E Brandtc9257f72014-12-12 20:06:46 -080016EXPORT_TRACEPOINT_SYMBOL_GPL(suspend_resume);
Thomas Renninger25e41932011-01-03 17:50:44 +010017EXPORT_TRACEPOINT_SYMBOL_GPL(cpu_idle);
Arjan van de Ven61613522009-09-17 16:11:28 +020018