blob: f55fcf61b223d87e547568512ef2ae89e17107c5 [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
Thomas Renninger25e41932011-01-03 17:50:44 +010016#ifdef EVENT_POWER_TRACING_DEPRECATED
Thomas Renninger61a0d492011-01-03 17:50:43 +010017EXPORT_TRACEPOINT_SYMBOL_GPL(power_start);
Thomas Renninger25e41932011-01-03 17:50:44 +010018#endif
19EXPORT_TRACEPOINT_SYMBOL_GPL(cpu_idle);
Arjan van de Ven61613522009-09-17 16:11:28 +020020