![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0 0002 /* 0003 * Power trace points 0004 * 0005 * Copyright (C) 2009 Ming Lei <ming.lei@canonical.com> 0006 */ 0007 0008 #include <linux/string.h> 0009 #include <linux/types.h> 0010 #include <linux/workqueue.h> 0011 #include <linux/sched.h> 0012 #include <linux/module.h> 0013 #include <linux/usb.h> 0014 0015 #define CREATE_TRACE_POINTS 0016 #include <trace/events/rpm.h> 0017 0018 EXPORT_TRACEPOINT_SYMBOL_GPL(rpm_return_int); 0019 EXPORT_TRACEPOINT_SYMBOL_GPL(rpm_idle); 0020 EXPORT_TRACEPOINT_SYMBOL_GPL(rpm_suspend); 0021 EXPORT_TRACEPOINT_SYMBOL_GPL(rpm_resume);
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |