Re: [PATCH v2 09/14] perf arm-spe: Refactor counter packet handling

2020-10-20 Thread Leo Yan
On Tue, Oct 20, 2020 at 10:53:47PM +0100, André Przywara wrote: > On 29/09/2020 14:39, Leo Yan wrote: > > Hi, > > > This patch defines macros for counter packet header, and uses macro to > > replace hard code values for packet parsing. > > > > Signed-off-by: Leo Yan > > --- > >

Re: [PATCH v2 09/14] perf arm-spe: Refactor counter packet handling

2020-10-20 Thread André Przywara
On 29/09/2020 14:39, Leo Yan wrote: Hi, > This patch defines macros for counter packet header, and uses macro to > replace hard code values for packet parsing. > > Signed-off-by: Leo Yan > --- > .../util/arm-spe-decoder/arm-spe-pkt-decoder.c | 17 ++--- >

[PATCH v2 09/14] perf arm-spe: Refactor counter packet handling

2020-09-29 Thread Leo Yan
This patch defines macros for counter packet header, and uses macro to replace hard code values for packet parsing. Signed-off-by: Leo Yan --- .../util/arm-spe-decoder/arm-spe-pkt-decoder.c | 17 ++--- .../util/arm-spe-decoder/arm-spe-pkt-decoder.h | 9 + 2 files changed,