Re: [PATCH 2/5] perf: arm_spe: Add new event packet bits

2020-09-26 Thread Leo Yan
On Tue, Sep 22, 2020 at 11:12:22AM +0100, Andre Przywara wrote: > The ARMv8.3-SPE extension adds some new bits to the event packet > fields. > > Handle bits 11 (alignment), 17 and 18 (SVE predication) when decoding > the SPE buffer content. > > Signed-off-by: Andre Przywara > --- >

[PATCH 2/5] perf: arm_spe: Add new event packet bits

2020-09-22 Thread Andre Przywara
The ARMv8.3-SPE extension adds some new bits to the event packet fields. Handle bits 11 (alignment), 17 and 18 (SVE predication) when decoding the SPE buffer content. Signed-off-by: Andre Przywara --- .../util/arm-spe-decoder/arm-spe-pkt-decoder.c | 17 + 1 file changed, 17