mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-21 08:32:39 +00:00
19 lines
361 B
C
19 lines
361 B
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>
|
||
|
#include <linux/slab.h>
|
||
|
|
||
|
#define CREATE_TRACE_POINTS
|
||
|
#include <trace/events/power.h>
|
||
|
|
||
|
EXPORT_TRACEPOINT_SYMBOL_GPL(power_frequency);
|
||
|
|