[PATCH 11/11] perf script: Add support for printing assembler

2016-03-29 Thread Arnaldo Carvalho de Melo
From: Andi Kleen When dumping PT traces with perf script it is very useful to see the assembler for each sample, so that it is easily possible to follow the control flow. As using objdump is difficult and inefficient from perf script this patch uses the udis86 library to

[PATCH 11/11] perf script: Add support for printing assembler

2016-03-29 Thread Arnaldo Carvalho de Melo
From: Andi Kleen When dumping PT traces with perf script it is very useful to see the assembler for each sample, so that it is easily possible to follow the control flow. As using objdump is difficult and inefficient from perf script this patch uses the udis86 library to implement assembler