Re: [PATCH] ARC: introduce basic 'perf annotate' support for ARC

2018-12-06 Thread Arnaldo Carvalho de Melo
Em Tue, Dec 04, 2018 at 08:51:18PM +0300, Eugeniy Paltsev escreveu: > Introduce basic 'perf annotate' support for ARC to be able > to use anotation via stdio interface. Would be nice to show the output of a 'perf annotate --stdio2' for a perf.data file recorded on ARC :-) - Arnaldo >

[PATCH] ARC: introduce basic 'perf annotate' support for ARC

2018-12-04 Thread Eugeniy Paltsev
Introduce basic 'perf annotate' support for ARC to be able to use anotation via stdio interface. Signed-off-by: Eugeniy Paltsev --- tools/perf/arch/arc/annotate/instructions.c | 9 + tools/perf/arch/common.c| 11 ++- tools/perf/util/annotate.c