diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-07-22 10:17:30 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-07-22 10:17:30 +0000 |
commit | ca11beabae33eb59fb981b8adf50b1d47a2a98f0 (patch) | |
tree | 3e4691a396e6e54cd54224a190663d5cf976625b /lib/mesa/bin/perf-annotate-jit.py | |
parent | 27c8a50e8bbde7d28b1fc46d715a4c469e24f2c4 (diff) |
Import Mesa 21.1.5
Diffstat (limited to 'lib/mesa/bin/perf-annotate-jit.py')
-rwxr-xr-x | lib/mesa/bin/perf-annotate-jit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mesa/bin/perf-annotate-jit.py b/lib/mesa/bin/perf-annotate-jit.py index 4f05585bd..28bbc59b6 100755 --- a/lib/mesa/bin/perf-annotate-jit.py +++ b/lib/mesa/bin/perf-annotate-jit.py @@ -28,7 +28,7 @@ Linux `perf annotate` does not work with JIT code. This script takes the data produced by `perf script` command, plus the diassemblies outputed by gallivm into /tmp/perf-XXXXX.map.asm and produces output similar to `perf annotate`. -See docs/llvmpipe.html for usage instructions. +See docs/llvmpipe.rst for usage instructions. The `perf script` output parser was derived from the gprof2dot.py script. """ |