about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/perf-3.5.patch
blob: 6d62a1db80e76235c71f26be7c204123deb6636f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
http://permalink.gmane.org/gmane.linux.kernel.perf.user/960

Fix to build perf.

diff --git a/tools/perf/util/evsel.c b/tools/perf/util/evsel.c
index 9f6cebd..d5491f1 100644
--- a/tools/perf/util/evsel.c
+++ b/tools/perf/util/evsel.c
@@ -15,7 +15,7 @@
 #include "cpumap.h"
 #include "thread_map.h"
 #include "target.h"
-#include "../../include/linux/perf_event.h"
+#include "../../../include/linux/perf_event.h"

 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y))
 #define GROUP_FD(group_fd, cpu) (*(int *)xyarray__entry(group_fd, cpu, 0))