Re: [PATCH 17/19] perf scripts python: exported-sql-viewer.py: Add All branches report

2018-10-23 Thread Adrian Hunter
On 22/10/18 9:50 PM, Arnaldo Carvalho de Melo wrote: > Em Mon, Oct 22, 2018 at 03:50:12PM -0300, Arnaldo Carvalho de Melo escreveu: >> Em Mon, Oct 01, 2018 at 09:28:51AM +0300, Adrian Hunter escreveu: >>> Add a report to display branches in a similar fashion to perf script. The >>> main purpose of

Re: [PATCH 17/19] perf scripts python: exported-sql-viewer.py: Add All branches report

2018-10-22 Thread Arnaldo Carvalho de Melo
Em Mon, Oct 22, 2018 at 03:50:12PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Mon, Oct 01, 2018 at 09:28:51AM +0300, Adrian Hunter escreveu: > > Add a report to display branches in a similar fashion to perf script. The > > main purpose of this report is to display disassembly, however, presentl

Re: [PATCH 17/19] perf scripts python: exported-sql-viewer.py: Add All branches report

2018-10-22 Thread Arnaldo Carvalho de Melo
Em Mon, Oct 01, 2018 at 09:28:51AM +0300, Adrian Hunter escreveu: > Add a report to display branches in a similar fashion to perf script. The > main purpose of this report is to display disassembly, however, presently, > the only supported disassembler is Intel XED, and additionally the object > co

[PATCH 17/19] perf scripts python: exported-sql-viewer.py: Add All branches report

2018-09-30 Thread Adrian Hunter
Add a report to display branches in a similar fashion to perf script. The main purpose of this report is to display disassembly, however, presently, the only supported disassembler is Intel XED, and additionally the object code must be present in perf build ID cache. To use Intel XED, libxed.so mu