instrumentation: sync with Linux commit a1ce392
authorFrancis Giraldeau <francis.giraldeau@gmail.com>
Mon, 28 Jan 2013 16:21:43 +0000 (11:21 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 28 Jan 2013 16:21:43 +0000 (11:21 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/mainline/kmem.h
instrumentation/events/mainline/vmscan.h

index 08fa27244da740787539bd391ef3d61dc8060158..6bc943ecb84135034ee968772726efb8383cb1c8 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <linux/types.h>
 #include <linux/tracepoint.h>
-#include "gfpflags.h"
+#include <trace/events/gfpflags.h>
 
 DECLARE_EVENT_CLASS(kmem_alloc,
 
index bab3b87e4064e9fd804182474127c2a84e49ef29..63cfcccaebb3a79eea8d6be86f477ae26d3173f0 100644 (file)
@@ -8,7 +8,7 @@
 #include <linux/tracepoint.h>
 #include <linux/mm.h>
 #include <linux/memcontrol.h>
-#include "gfpflags.h"
+#include <trace/events/gfpflags.h>
 
 #define RECLAIM_WB_ANON                0x0001u
 #define RECLAIM_WB_FILE                0x0002u
This page took 0.026318 seconds and 4 git commands to generate.