Re: [PATCH v3 09/20] perf arm-spe: Refactor address packet handling

2020-10-25 Thread Leo Yan
On Fri, Oct 23, 2020 at 06:53:35PM +0100, André Przywara wrote: > On 22/10/2020 15:58, Leo Yan wrote: > > Hi Leo, > > > This patch is to refactor address packet handling, it defines macros for > > address packet's header and payload, these macros are used by decoder > > and the dump flow. > > >

Re: [PATCH v3 09/20] perf arm-spe: Refactor address packet handling

2020-10-23 Thread André Przywara
On 22/10/2020 15:58, Leo Yan wrote: Hi Leo, > This patch is to refactor address packet handling, it defines macros for > address packet's header and payload, these macros are used by decoder > and the dump flow. > > Signed-off-by: Leo Yan > --- > .../util/arm-spe-decoder/arm-spe-decoder.c|

[PATCH v3 09/20] perf arm-spe: Refactor address packet handling

2020-10-22 Thread Leo Yan
This patch is to refactor address packet handling, it defines macros for address packet's header and payload, these macros are used by decoder and the dump flow. Signed-off-by: Leo Yan --- .../util/arm-spe-decoder/arm-spe-decoder.c| 29 .../arm-spe-decoder/arm-spe-pkt-decode