]> Git Repo - linux.git/blame - kernel/trace/power-traces.c
Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / kernel / trace / power-traces.c
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
61613521
AV
2/*
3 * Power trace points
4 *
5 * Copyright (C) 2009 Arjan van de Ven <[email protected]>
6 */
7
8#include <linux/string.h>
9#include <linux/types.h>
10#include <linux/workqueue.h>
11#include <linux/sched.h>
12#include <linux/module.h>
61613521
AV
13
14#define CREATE_TRACE_POINTS
15#include <trace/events/power.h>
16
c9257f78 17EXPORT_TRACEPOINT_SYMBOL_GPL(suspend_resume);
25e41933 18EXPORT_TRACEPOINT_SYMBOL_GPL(cpu_idle);
9bdcb44e 19EXPORT_TRACEPOINT_SYMBOL_GPL(cpu_frequency);
0306e481 20EXPORT_TRACEPOINT_SYMBOL_GPL(powernv_throttle);
61613521 21
This page took 0.565365 seconds and 4 git commands to generate.