[Mesa-dev] [PATCH 19/37] bin/perf-annotate-jit: add .py suffix

Jose Fonseca jfonseca at vmware.com
Tue Feb 28 22:06:07 UTC 2017


On 23/02/17 17:13, Emil Velikov wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
>
> To provide direct feedback about the file in question.
>
> Cc: José Fonseca <jfonseca at vmware.com>
> Signed-off-by: Emil Velikov <emil.l.velikov at 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>
>
>

LGTM.

Reviewed-by: Jose Fonseca <jfonseca at vmware.com>


More information about the mesa-dev mailing list