Skip to content

Commit 8803880

Browse files
James-A-Clarkacmel
authored andcommitted
perf unwind arm64: Use perf's copy of kernel headers
Fix this include path to use perf's copy of the kernel header rather than the one from the root of the repo. This fixes build errors when only applying the perf tools part of a patchset rather than both sides. Reported-by: German Gomez <german.gomez@arm.com> Signed-off-by: James Clark <james.clark@arm.com> Tested-by: German Gomez <german.gomez@arm.com> Cc: <broonie@kernel.org> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: John Garry <john.garry@huawei.com> Cc: Leo Yan <leo.yan@linaro.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Mathieu Poirier <mathieu.poirier@linaro.org> Cc: Mike Leach <mike.leach@linaro.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Will Deacon <will@kernel.org> Cc: linux-arm-kernel@lists.infradead.org Link: https://lore.kernel.org/r/20220525154114.718321-2-james.clark@arm.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent c404021 commit 8803880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/perf/util/libunwind/arm64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include "unwind.h"
2525
#include "libunwind-aarch64.h"
2626
#define perf_event_arm_regs perf_event_arm64_regs
27-
#include <../../../../arch/arm64/include/uapi/asm/perf_regs.h>
27+
#include <../../../arch/arm64/include/uapi/asm/perf_regs.h>
2828
#undef perf_event_arm_regs
2929
#include "../../arch/arm64/util/unwind-libunwind.c"
3030

0 commit comments

Comments
 (0)