Re: [PATCH v6 20/21] perf arm_spe: Decode memory tagging properties

2020-11-03 Thread Dave Martin
On Tue, Nov 03, 2020 at 06:51:01AM +, Leo Yan wrote: > On Mon, Nov 02, 2020 at 04:25:36PM +, Dave Martin wrote: > > On Fri, Oct 30, 2020 at 02:57:23AM +, Leo Yan wrote: > > > From: Andre Przywara > > > > > > When SPE records a physical address, it can additionally tag the event > > >

Re: [PATCH v6 20/21] perf arm_spe: Decode memory tagging properties

2020-11-02 Thread Leo Yan
On Mon, Nov 02, 2020 at 04:25:36PM +, Dave Martin wrote: > On Fri, Oct 30, 2020 at 02:57:23AM +, Leo Yan wrote: > > From: Andre Przywara > > > > When SPE records a physical address, it can additionally tag the event > > with information from the Memory Tagging architecture extension. > >

Re: [PATCH v6 20/21] perf arm_spe: Decode memory tagging properties

2020-11-02 Thread Dave Martin
On Fri, Oct 30, 2020 at 02:57:23AM +, Leo Yan wrote: > From: Andre Przywara > > When SPE records a physical address, it can additionally tag the event > with information from the Memory Tagging architecture extension. > > Decode the two additional fields in the SPE event payload. > >

[PATCH v6 20/21] perf arm_spe: Decode memory tagging properties

2020-10-29 Thread Leo Yan
From: Andre Przywara When SPE records a physical address, it can additionally tag the event with information from the Memory Tagging architecture extension. Decode the two additional fields in the SPE event payload. [leoy: Refined patch to use predefined macros] Signed-off-by: Andre Przywara