diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/page_alloc.c | 4 | ||||
-rw-r--r-- | mm/util.c | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 2bc2ac63f41e..bdb22f55d006 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -48,12 +48,14 @@ | |||
48 | #include <linux/page_cgroup.h> | 48 | #include <linux/page_cgroup.h> |
49 | #include <linux/debugobjects.h> | 49 | #include <linux/debugobjects.h> |
50 | #include <linux/kmemleak.h> | 50 | #include <linux/kmemleak.h> |
51 | #include <trace/events/kmem.h> | ||
52 | 51 | ||
53 | #include <asm/tlbflush.h> | 52 | #include <asm/tlbflush.h> |
54 | #include <asm/div64.h> | 53 | #include <asm/div64.h> |
55 | #include "internal.h" | 54 | #include "internal.h" |
56 | 55 | ||
56 | #define CREATE_TRACE_POINTS | ||
57 | #include <trace/events/kmem.h> | ||
58 | |||
57 | /* | 59 | /* |
58 | * Array of node states. | 60 | * Array of node states. |
59 | */ | 61 | */ |
@@ -6,9 +6,6 @@ | |||
6 | #include <linux/sched.h> | 6 | #include <linux/sched.h> |
7 | #include <asm/uaccess.h> | 7 | #include <asm/uaccess.h> |
8 | 8 | ||
9 | #define CREATE_TRACE_POINTS | ||
10 | #include <trace/events/kmem.h> | ||
11 | |||
12 | /** | 9 | /** |
13 | * kstrdup - allocate space for and copy an existing string | 10 | * kstrdup - allocate space for and copy an existing string |
14 | * @s: the string to duplicate | 11 | * @s: the string to duplicate |