]> Git Repo - linux.git/blob - kernel/trace/rpm-traces.c
mm, oom: remove 3% bonus for CAP_SYS_ADMIN processes
[linux.git] / kernel / trace / rpm-traces.c
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Power trace points
4  *
5  * Copyright (C) 2009 Ming Lei <[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>
13 #include <linux/usb.h>
14
15 #define CREATE_TRACE_POINTS
16 #include <trace/events/rpm.h>
17
18 EXPORT_TRACEPOINT_SYMBOL_GPL(rpm_return_int);
19 EXPORT_TRACEPOINT_SYMBOL_GPL(rpm_idle);
20 EXPORT_TRACEPOINT_SYMBOL_GPL(rpm_suspend);
21 EXPORT_TRACEPOINT_SYMBOL_GPL(rpm_resume);
This page took 0.033262 seconds and 4 git commands to generate.