From 8077267026b309d1483faf1dccde558603d2f333 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 20 Apr 2020 13:12:12 +0200 Subject: [PATCH] bin/perf-annotate-jit.py: update internal reference Part-of: --- bin/perf-annotate-jit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """