Re: [PATCH 1/1] perf arm-spe: report all SPE records as "all" events

From: German Gomez
Date: Wed Nov 17 2021 - 09:25:10 EST


Forgot to remove the internal change-id tag :)

I will resend, sorry

On 17/11/2021 14:20, German Gomez wrote:
> From: James Clark <james.clark@xxxxxxx>
>
> Currently perf-report and perf-inject are dropping a large number of SPE
> records because they don't contain any of the existing events, but the
> contextual information of the records is still useful to keep.
>
> The synthesized event "all" is generated for every SPE record that is
> processed, regardless of whether the record contains interesting events
> or not. The event can be filtered with the flag "--itrace=o".
>
> Signed-off-by: James Clark <james.clark@xxxxxxx>
> Signed-off-by: German Gomez <german.gomez@xxxxxxx>
> Change-Id: Ie8169d61df6dc90e5abec7a29c1a5a8510790a1f
>
> [...]