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

2020-11-26 Thread Leo Yan
On Wed, Nov 25, 2020 at 02:17:56PM +, Will Deacon wrote: > On Thu, Nov 19, 2020 at 11:24:25PM +0800, Leo Yan wrote: > > This is patch set v9 for refactoring Arm SPE trace decoding and dumping. [...] > > I also manually built the patches for arm/arm64/x86_64 and verfied > > every single patch

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

2020-11-26 Thread Arnaldo Carvalho de Melo
Em Wed, Nov 25, 2020 at 02:17:56PM +, Will Deacon escreveu: > On Thu, Nov 19, 2020 at 11:24:25PM +0800, Leo Yan wrote: > > This is patch set v9 for refactoring Arm SPE trace decoding and dumping. > > > > According to comments and suggestions from patch set v8, it squashs the > > two patches

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

2020-11-25 Thread Will Deacon
On Thu, Nov 19, 2020 at 11:24:25PM +0800, Leo Yan wrote: > This is patch set v9 for refactoring Arm SPE trace decoding and dumping. > > According to comments and suggestions from patch set v8, it squashs the > two patches into single one: "perf arm-spe: Refactor printing string to > buffer" and

[PATCH v9 00/16] perf arm-spe: Refactor decoding & dumping flow

2020-11-19 Thread Leo Yan
This is patch set v9 for refactoring Arm SPE trace decoding and dumping. According to comments and suggestions from patch set v8, it squashs the two patches into single one: "perf arm-spe: Refactor printing string to buffer" and "perf arm-spe: Consolidate arm_spe_pkt_desc()'s return value". In