Re: [PATCH v2 00/14] perf arm-spe: Refactor decoding & dumping flow

2020-10-13 Thread Leo Yan
Hi Arnaldo, On Tue, Oct 13, 2020 at 11:53:32AM -0300, Arnaldo Carvalho de Melo wrote: [...] > > Changes from v1: > > - Heavily rewrote the patch 05 for refactoring printing strings; this > > is fundamental change, so adjusted the sequence for patches and moved > > the printing string patch

Re: [PATCH v2 00/14] perf arm-spe: Refactor decoding & dumping flow

2020-10-13 Thread Arnaldo Carvalho de Melo
Em Tue, Sep 29, 2020 at 02:39:03PM +0100, Leo Yan escreveu: > The prominent issue for the SPE trace decoding and dumping is the packet > header and payload values are hard coded with numbers and it's not > readable and difficult to maintain; and has other minor issues, e.g. the > packet length

[PATCH v2 00/14] perf arm-spe: Refactor decoding & dumping flow

2020-09-29 Thread Leo Yan
The prominent issue for the SPE trace decoding and dumping is the packet header and payload values are hard coded with numbers and it's not readable and difficult to maintain; and has other minor issues, e.g. the packet length (header + payload) calculation is not correct for some packet types,