Re: New attempt at adding an disassembler to perf

2017-01-20 Thread Jiri Olsa
On Wed, Jan 18, 2017 at 05:41:45PM -0800, Andi Kleen wrote: > A native disassembler in perf is very useful, in particular with perf script > to trace > instruction streams, but also for other analysis. Previously I attempted > to do this using the udis86 library, but that was rejected because: >

Re: New attempt at adding an disassembler to perf

2017-01-19 Thread Andi Kleen
> > [jolsa@krava perf]$ git branch -r | grep xed- > ak/perf/xed-3 > ak/perf/xed-4 Pushed. -Andi

Re: New attempt at adding an disassembler to perf

2017-01-19 Thread Jiri Olsa
On Wed, Jan 18, 2017 at 05:41:45PM -0800, Andi Kleen wrote: > A native disassembler in perf is very useful, in particular with perf script > to trace > instruction streams, but also for other analysis. Previously I attempted > to do this using the udis86 library, but that was rejected because: >

New attempt at adding an disassembler to perf

2017-01-18 Thread Andi Kleen
A native disassembler in perf is very useful, in particular with perf script to trace instruction streams, but also for other analysis. Previously I attempted to do this using the udis86 library, but that was rejected because: - udis86 was not maintained anymore and lacking recent instructions -

New attempt at adding an disassembler to perf v2

2017-01-09 Thread Andi Kleen
A native disassembler in perf is very useful, in particular with perf script to trace instruction streams, but also for other analysis. Previously I attempted to do this using the udis86 library, but that was rejected because: - udis86 was not maintained anymore and lacking recent instructions -

Re: New attempt at adding an disassembler to perf

2017-01-08 Thread Jiri Olsa
On Tue, Jan 03, 2017 at 01:00:25AM -0800, Andi Kleen wrote: > A native disassembler in perf is very useful, in particular with perf script > to trace > instruction streams, but also for other analysis. Previously I attempted > to do this using the udis86 library, but that was rejected because: >

New attempt at adding an disassembler to perf

2017-01-03 Thread Andi Kleen
A native disassembler in perf is very useful, in particular with perf script to trace instruction streams, but also for other analysis. Previously I attempted to do this using the udis86 library, but that was rejected because: - udis86 was not maintained anymore and lacking recent instructions -