From: Emil Velikov <emil.veli...@collabora.com>

To provide direct feedback about the file in question.

Cc: José Fonseca <jfons...@vmware.com>
Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com>
---
Jose, I sincerely hope this doesn't cause issues on your end.
---
 bin/{perf-annotate-jit => perf-annotate-jit.py} | 0
 docs/llvmpipe.html                              | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename bin/{perf-annotate-jit => perf-annotate-jit.py} (100%)

diff --git a/bin/perf-annotate-jit b/bin/perf-annotate-jit.py
similarity index 100%
rename from bin/perf-annotate-jit
rename to bin/perf-annotate-jit.py
diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html
index 5fb3b7aa22..2163d2ec19 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>
 
-- 
2.11.0

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to