diff options
Diffstat (limited to 'lib/mesa/bin/perf-annotate-jit.py')
-rwxr-xr-x | lib/mesa/bin/perf-annotate-jit.py | 2 |
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. """ |