bin/perf-annotate-jit.py: update internal reference
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 20 Apr 2020 11:12:12 +0000 (13:12 +0200)
committerMarge Bot <eric+marge@anholt.net>
Sat, 13 Jun 2020 10:42:01 +0000 (10:42 +0000)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>

bin/perf-annotate-jit.py

index 4f05585bd431c3bdceea824d2bf0b8e793b2be86..28bbc59b600342e6e568be52a66044501668680e 100755 (executable)
@@ -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.
 """