Re: [PATCH v3 03/20] perf arm-spe: Refactor payload size calculation

2020-10-25 Thread Leo Yan
Hi Andre, On Fri, Oct 23, 2020 at 06:08:53PM +0100, André Przywara wrote: > On 22/10/2020 15:57, Leo Yan wrote: > > Hi Leo, > > > This patch defines macro to extract "sz" field from header, and renames > > the function payloadlen() to arm_spe_payload_len(). > > > > Signed-off-by: Leo Yan > > -

Re: [PATCH v3 03/20] perf arm-spe: Refactor payload size calculation

2020-10-23 Thread André Przywara
On 22/10/2020 15:57, Leo Yan wrote: Hi Leo, > This patch defines macro to extract "sz" field from header, and renames > the function payloadlen() to arm_spe_payload_len(). > > Signed-off-by: Leo Yan > --- > .../util/arm-spe-decoder/arm-spe-pkt-decoder.c | 18 +- > .../util/arm-

[PATCH v3 03/20] perf arm-spe: Refactor payload size calculation

2020-10-22 Thread Leo Yan
This patch defines macro to extract "sz" field from header, and renames the function payloadlen() to arm_spe_payload_len(). Signed-off-by: Leo Yan --- .../util/arm-spe-decoder/arm-spe-pkt-decoder.c | 18 +- .../util/arm-spe-decoder/arm-spe-pkt-decoder.h | 3 +++ 2 files changed,