]> Git Repo - linux.git/commitdiff
perf arm-spe: Fix a dangling Documentation/arm64 reference
authorJonathan Corbet <[email protected]>
Mon, 12 Jun 2023 12:13:47 +0000 (06:13 -0600)
committerJonathan Corbet <[email protected]>
Wed, 21 Jun 2023 14:53:31 +0000 (08:53 -0600)
The arm64 documentation has moved under Documentation/arch/.  Fix up a
dangling reference to match.

Cc: Peter Zijlstra <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Jiri Olsa <[email protected]>
Acked-by: Catalin Marinas <[email protected]>
Acked-by: Arnaldo Carvalho de Melo <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
tools/perf/util/arm-spe-decoder/arm-spe-decoder.c

index f3918f290df50d1c26561ad41b9a2cb98deebb5e..ba807071d3c1527ac096ac7afe1e9e02fef5b778 100644 (file)
@@ -51,7 +51,7 @@ static u64 arm_spe_calc_ip(int index, u64 payload)
                 * (bits [63:56]) is assigned as top-byte tag; so we only can
                 * retrieve address value from bits [55:0].
                 *
-                * According to Documentation/arm64/memory.rst, if detects the
+                * According to Documentation/arch/arm64/memory.rst, if detects the
                 * specific pattern in bits [55:52] of payload which falls in
                 * the kernel space, should fixup the top byte and this allows
                 * perf tool to parse DSO symbol for data address correctly.
This page took 0.059473 seconds and 4 git commands to generate.