xref: /kernel/linux/linux-5.10/kernel/trace/power-traces.c (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/kernel/trace/
18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Power trace points
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (C) 2009 Arjan van de Ven <arjan@linux.intel.com>
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#include <linux/string.h>
98c2ecf20Sopenharmony_ci#include <linux/types.h>
108c2ecf20Sopenharmony_ci#include <linux/workqueue.h>
118c2ecf20Sopenharmony_ci#include <linux/sched.h>
128c2ecf20Sopenharmony_ci#include <linux/module.h>
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#define CREATE_TRACE_POINTS
158c2ecf20Sopenharmony_ci#include <trace/events/power.h>
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ciEXPORT_TRACEPOINT_SYMBOL_GPL(suspend_resume);
188c2ecf20Sopenharmony_ciEXPORT_TRACEPOINT_SYMBOL_GPL(cpu_idle);
198c2ecf20Sopenharmony_ciEXPORT_TRACEPOINT_SYMBOL_GPL(cpu_frequency);
208c2ecf20Sopenharmony_ciEXPORT_TRACEPOINT_SYMBOL_GPL(powernv_throttle);
218c2ecf20Sopenharmony_ci
22

Indexes created Thu Nov 07 10:32:03 CST 2024