diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2017-02-22 15:14:15 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2017-03-10 14:12:47 +0000 |
commit | d73603fcdd63376080e90d03d96de402386c34f8 (patch) | |
tree | 51b82e21d997772a4c692d570d882b186c7c9362 /docs | |
parent | f03e7af7b97e60eaf3ad6e715f7e673132739b6e (diff) |
bin/perf-annotate-jit: add .py suffix
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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/llvmpipe.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html index 42272151c3..2efbbd4ca6 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> |