From: Erik Faye-Lund Date: Mon, 20 Apr 2020 11:12:12 +0000 (+0200) Subject: bin/perf-annotate-jit.py: update internal reference X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8077267026b309d1483faf1dccde558603d2f333;p=mesa.git bin/perf-annotate-jit.py: update internal reference Part-of: --- 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. """