aboutsummaryrefslogtreecommitdiff
path: root/include/trace/pm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/trace/pm.h')
-rw-r--r--include/trace/pm.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/trace/pm.h b/include/trace/pm.h
new file mode 100644
index 00000000000..84078bbe1db
--- /dev/null
+++ b/include/trace/pm.h
@@ -0,0 +1,11 @@
+#ifndef _TRACE_PM_H
+#define _TRACE_PM_H
+
+#include <linux/tracepoint.h>
+
+DECLARE_TRACE_NOARGS(pm_idle_entry);
+DECLARE_TRACE_NOARGS(pm_idle_exit);
+DECLARE_TRACE_NOARGS(pm_suspend_entry);
+DECLARE_TRACE_NOARGS(pm_suspend_exit);
+
+#endif