Re: [PATCH 2/3] perf report: Add raw report support for s390 auxiliary trace

2018-08-09 Thread Michael Ellerman
Arnaldo Carvalho de Melo writes: > Em Thu, Aug 09, 2018 at 06:35:58AM +0200, Thomas-Mich Richter escreveu: >> On 08/08/2018 06:42 PM, Arnaldo Carvalho de Melo wrote: >> > So for those I applied this, seems to pass the ones that were failing, >> > restarting tests... > >> I just updated the perf/co

Re: [PATCH 2/3] perf report: Add raw report support for s390 auxiliary trace

2018-08-09 Thread Arnaldo Carvalho de Melo
Em Thu, Aug 09, 2018 at 06:35:58AM +0200, Thomas-Mich Richter escreveu: > On 08/08/2018 06:42 PM, Arnaldo Carvalho de Melo wrote: > > So for those I applied this, seems to pass the ones that were failing, > > restarting tests... > I just updated the perf/core branch, compiled it and all works fine

Re: [PATCH 2/3] perf report: Add raw report support for s390 auxiliary trace

2018-08-08 Thread Thomas-Mich Richter
On 08/08/2018 06:42 PM, Arnaldo Carvalho de Melo wrote: > Em Wed, Aug 08, 2018 at 01:14:51PM -0300, Arnaldo Carvalho de Melo escreveu: >> Em Wed, Aug 08, 2018 at 01:08:43PM -0300, Arnaldo Carvalho de Melo escreveu: >>> No need for __packed. >> >>> I'm removing that to avoid having this failling i

Re: [PATCH 2/3] perf report: Add raw report support for s390 auxiliary trace

2018-08-08 Thread Arnaldo Carvalho de Melo
Em Wed, Aug 08, 2018 at 01:14:51PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Wed, Aug 08, 2018 at 01:08:43PM -0300, Arnaldo Carvalho de Melo escreveu: > > No need for __packed. > > > I'm removing that to avoid having this failling in compilers that have > > such a warning, since we default t

Re: [PATCH 2/3] perf report: Add raw report support for s390 auxiliary trace

2018-08-08 Thread Arnaldo Carvalho de Melo
Em Wed, Aug 08, 2018 at 01:08:43PM -0300, Arnaldo Carvalho de Melo escreveu: > No need for __packed. > I'm removing that to avoid having this failling in compilers that have > such a warning, since we default to Werror. > Holler if there is something I'missing :-) BTW: 1568.32 debian:9

Re: [PATCH 2/3] perf report: Add raw report support for s390 auxiliary trace

2018-08-08 Thread Arnaldo Carvalho de Melo
Em Wed, Aug 08, 2018 at 12:59:21PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Wed, Aug 08, 2018 at 12:53:28PM -0300, Arnaldo Carvalho de Melo escreveu: > > Em Wed, Aug 08, 2018 at 08:39:58AM +0200, Thomas-Mich Richter escreveu: > > > On 08/08/2018 05:37 AM, m...@ellerman.id.au wrote: > > > > Th

Re: [PATCH 2/3] perf report: Add raw report support for s390 auxiliary trace

2018-08-08 Thread Arnaldo Carvalho de Melo
Em Wed, Aug 08, 2018 at 12:53:28PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Wed, Aug 08, 2018 at 08:39:58AM +0200, Thomas-Mich Richter escreveu: > > On 08/08/2018 05:37 AM, m...@ellerman.id.au wrote: > > > Thomas Richter writes: > > >> Add support for s390 auxiliary trace support. > > >> Use

Re: [PATCH 2/3] perf report: Add raw report support for s390 auxiliary trace

2018-08-08 Thread Arnaldo Carvalho de Melo
Em Wed, Aug 08, 2018 at 08:39:58AM +0200, Thomas-Mich Richter escreveu: > On 08/08/2018 05:37 AM, m...@ellerman.id.au wrote: > > Thomas Richter writes: > >> Add support for s390 auxiliary trace support. > >> Use 'perf record -e rbd000' to create the perf.data file. > >> The event also has the symb

Re: [PATCH 2/3] perf report: Add raw report support for s390 auxiliary trace

2018-08-07 Thread Thomas-Mich Richter
On 08/08/2018 05:37 AM, m...@ellerman.id.au wrote: > Thomas Richter writes: >> Add support for s390 auxiliary trace support. >> Use 'perf record -e rbd000' to create the perf.data file. >> The event also has the symbolic name SF_CYCLES_BASIC_DIAG, >> using 'perf record -e SF_CYCLES_BASIC_DIAG' is

Re: [PATCH 2/3] perf report: Add raw report support for s390 auxiliary trace

2018-08-07 Thread mpe
Thomas Richter writes: > Add support for s390 auxiliary trace support. > Use 'perf record -e rbd000' to create the perf.data file. > The event also has the symbolic name SF_CYCLES_BASIC_DIAG, > using 'perf record -e SF_CYCLES_BASIC_DIAG' is equivalent. ... > > Signed-off-by: Thomas Richter > Revi

[PATCH 2/3] perf report: Add raw report support for s390 auxiliary trace

2018-08-02 Thread Thomas Richter
Add support for s390 auxiliary trace support. Use 'perf record -e rbd000' to create the perf.data file. The event also has the symbolic name SF_CYCLES_BASIC_DIAG, using 'perf record -e SF_CYCLES_BASIC_DIAG' is equivalent. Use 'perf report -D' to display the auxiliary trace data. Output before: 0