Re: [PATCH v1 03/10] tools, perf, script: Add --insn-trace for instruction decoding

From: Andi Kleen
Date: Thu Aug 30 2018 - 09:55:56 EST


> > % perf record -e intel_pt// ...
> > % perf script --insn-trace
> > ... same output ...
>
> which version of xed?

Recent version.

>
> [jolsa@krava perf]$ ./perf script --insn-trace
> Unknown option -F
> [jolsa@krava perf]$ xed --version
> xed - Version 1.8.3
>
> could you please check on this, and warn if the xed output
> is not available for this option

I tried it in an earlier version, but it's impossible
because xed always exits with error code 1.

-Andi