summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/perf-annotate-jit.py (renamed from bin/perf-annotate-jit)0
-rw-r--r--docs/llvmpipe.html2
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/perf-annotate-jit b/bin/perf-annotate-jit.py
index 746434008fd..746434008fd 100755
--- a/bin/perf-annotate-jit
+++ b/bin/perf-annotate-jit.py
diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html
index 42272151c3b..2efbbd4ca61 100644
--- a/docs/llvmpipe.html
+++ b/docs/llvmpipe.html
@@ -206,7 +206,7 @@ On Linux, it is possible to have symbol resolution of JIT code with <a href="htt
<p>
When run inside Linux perf, llvmpipe will create a /tmp/perf-XXXXX.map file with
symbol address table. It also dumps assembly code to /tmp/perf-XXXXX.map.asm,
-which can be used by the bin/perf-annotate-jit script to produce disassembly of
+which can be used by the bin/perf-annotate-jit.py script to produce disassembly of
the generated code annotated with the samples.
</p>