diff options
Diffstat (limited to 'docs/llvmpipe.html')
-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> |