summaryrefslogtreecommitdiff
path: root/lib/mesa/bin/perf-annotate-jit.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mesa/bin/perf-annotate-jit.py')
-rwxr-xr-xlib/mesa/bin/perf-annotate-jit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mesa/bin/perf-annotate-jit.py b/lib/mesa/bin/perf-annotate-jit.py
index 4f05585bd..28bbc59b6 100755
--- a/lib/mesa/bin/perf-annotate-jit.py
+++ b/lib/mesa/bin/perf-annotate-jit.py
@@ -28,7 +28,7 @@ Linux `perf annotate` does not work with JIT code. This script takes the data
produced by `perf script` command, plus the diassemblies outputed by gallivm
into /tmp/perf-XXXXX.map.asm and produces output similar to `perf annotate`.
-See docs/llvmpipe.html for usage instructions.
+See docs/llvmpipe.rst for usage instructions.
The `perf script` output parser was derived from the gprof2dot.py script.
"""