Re: [PATCH v7 2/2] perf cs-etm: Split --dump-raw-trace by AUX records

From: Arnaldo Carvalho de Melo
Date: Wed Jul 14 2021 - 13:45:39 EST


Em Mon, Jul 05, 2021 at 01:33:38PM -0600, Mathieu Poirier escreveu:
> On Thu, Jun 24, 2021 at 05:43:03PM +0100, James Clark wrote:
> > for example:
> >
> > Idx:808; ID:1c; I_BAD_SEQUENCE : Invalid Sequence in packet.[I_ASYNC]
> > ...
> > PKTP_ETMV4I_0016 : 0x0014 (OCSD_ERR_INVALID_PCKT_HDR) [Invalid packet header]; TrcIdx=822
> >
> > Signed-off-by: James Clark <james.clark@xxxxxxx>
> > ---
> > tools/perf/util/cs-etm.c | 20 ++++++++++++++++++--
> > 1 file changed, 18 insertions(+), 2 deletions(-)
> >
>
> Reviewed-by: Mathieu Poirier <mathieu.poirier@xxxxxxxxxx>



Thanks, applied.

- Arnaldo