OSDN Git Service

bin/perf-annotate-jit: add .py suffix
authorEmil Velikov <emil.velikov@collabora.com>
Wed, 22 Feb 2017 15:14:15 +0000 (15:14 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 10 Mar 2017 14:12:47 +0000 (14:12 +0000)
To provide direct feedback about the file in question.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
bin/perf-annotate-jit.py [moved from bin/perf-annotate-jit with 100% similarity]
docs/llvmpipe.html

index 4227215..2efbbd4 100644 (file)
@@ -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>