// SPDX-License-Identifier: GPL-2.0 /* * 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(suspend_resume); EXPORT_TRACEPOINT_SYMBOL_GPL(cpu_idle); EXPORT_TRACEPOINT_SYMBOL_GPL(cpu_frequency); EXPORT_TRACEPOINT_SYMBOL_GPL(powernv_throttle);Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Arjan van de Ven | 22 | 51.16% | 1 | 16.67% |
Rafael J. Wysocki | 5 | 11.63% | 1 | 16.67% |
Shilpasri G Bhat | 5 | 11.63% | 1 | 16.67% |
Todd E Brandt | 5 | 11.63% | 1 | 16.67% |
Thomas Renninger | 5 | 11.63% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 2.33% | 1 | 16.67% |
Total | 43 | 100.00% | 6 | 100.00% |