summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/arm64/include/perf_regs.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2014-05-20 08:36:09 +0200
committerIngo Molnar <mingo@kernel.org>2014-05-20 08:36:09 +0200
commit6480c56130ba073df84d57d61062ec4118b10bbe (patch)
tree219d542060729e5ed5d4d13c30d73cf9cf5c2bb0 /tools/perf/arch/arm64/include/perf_regs.h
parent722e76e60f2775c21b087ff12c5e678cf0ebcaaf (diff)
parent97eac381b113932bd7bd4a5c3c68b18e9ff7a2a0 (diff)
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core
Pull perf/core improvements and fixes from Jiri Olsa: * Add libdw DWARF post unwind support for ARM (Jean Pihet) * Consolidate types.h for ARM and ARM64 (Jean Pihet) * Fix possible null pointer dereference in session.c (Masanari Iida) * Cleanup, remove unused variables in map_switch_event() (Dongsheng Yang) * Remove nr_state_machine_bugs in perf latency (Dongsheng Yang) * Remove usage of trace_sched_wakeup(.success) (Peter Zijlstra) Signed-off-by: Jiri Olsa <jolsa@kernel.org> Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/arch/arm64/include/perf_regs.h')
-rw-r--r--tools/perf/arch/arm64/include/perf_regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/arch/arm64/include/perf_regs.h b/tools/perf/arch/arm64/include/perf_regs.h
index 23595467402..e9441b9e2a3 100644
--- a/tools/perf/arch/arm64/include/perf_regs.h
+++ b/tools/perf/arch/arm64/include/perf_regs.h
@@ -2,7 +2,7 @@
#define ARCH_PERF_REGS_H
#include <stdlib.h>
-#include "../../util/types.h"
+#include <linux/types.h>
#include <asm/perf_regs.h>
#define PERF_REGS_MASK ((1ULL << PERF_REG_ARM64_MAX) - 1)