summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2020-04-20 13:12:12 +0200
committerMarge Bot <eric+marge@anholt.net>2020-06-13 10:42:01 +0000
commit8077267026b309d1483faf1dccde558603d2f333 (patch)
treeee8ef397ccd28de2bcf1a0f08058d13893d77b06 /bin
parentcd01d0dee1621d21e0a3a325483a1857cd55899b (diff)
bin/perf-annotate-jit.py: update internal reference
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/perf-annotate-jit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/perf-annotate-jit.py b/bin/perf-annotate-jit.py
index 4f05585bd43..28bbc59b600 100755
--- a/bin/perf-annotate-jit.py
+++ b/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.
"""