summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/parse-events.h
diff options
context:
space:
mode:
authorIngo Molnar2012-10-14 10:40:57 +0200
committerLinus Torvalds2012-10-14 21:22:52 +0200
commit7d380c8f1ed2b6768e1fc496ad373f716160fcf0 (patch)
tree36708002f70f6e331267d73fe68a27bc7578fd9a /tools/perf/util/parse-events.h
parentMerge branch 'late-for-linus' of git://git.linaro.org/people/rmk/linux-arm (diff)
downloadkernel-qcow2-linux-7d380c8f1ed2b6768e1fc496ad373f716160fcf0.tar.gz
kernel-qcow2-linux-7d380c8f1ed2b6768e1fc496ad373f716160fcf0.tar.xz
kernel-qcow2-linux-7d380c8f1ed2b6768e1fc496ad373f716160fcf0.zip
perf: Fix UAPI fallout
The UAPI commits forgot to test tooling builds such as tools/perf/, and this fixes the fallout. Manual conversion. Signed-off-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/util/parse-events.h')
-rw-r--r--tools/perf/util/parse-events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/parse-events.h b/tools/perf/util/parse-events.h
index c356e443448d..839230ceb18b 100644
--- a/tools/perf/util/parse-events.h
+++ b/tools/perf/util/parse-events.h
@@ -7,7 +7,7 @@
#include <linux/list.h>
#include <stdbool.h>
#include "types.h"
-#include "../../../include/linux/perf_event.h"
+#include "../../../include/uapi/linux/perf_event.h"
#include "types.h"
struct list_head;