swh:1:snp:3c665ee4f67729f27f2e40193ab88e7298cf0fef
Raw File
Tip revision: 66f41d4c5c8a5deed66fdcc84509376c9a0bf9d8 authored by Linus Torvalds on 30 April 2010, 03:02:05 UTC
Linux 2.6.34-rc6
Tip revision: 66f41d4
power-traces.c
/*
 * Power trace points
 *
 * Copyright (C) 2009 Arjan van de Ven <arjan@linux.intel.com>
 */

#include <linux/string.h>
#include <linux/types.h>
#include <linux/workqueue.h>
#include <linux/sched.h>
#include <linux/module.h>

#define CREATE_TRACE_POINTS
#include <trace/events/power.h>

EXPORT_TRACEPOINT_SYMBOL_GPL(power_frequency);

back to top