Re: [PATCH 2/2] perf, tools: Support user regs in perf script

From: Andi Kleen
Date: Tue Sep 05 2017 - 14:28:28 EST


On Tue, Sep 05, 2017 at 02:48:30PM -0300, Arnaldo Carvalho de Melo wrote:
> Em Tue, Sep 05, 2017 at 10:00:29AM -0700, Andi Kleen escreveu:
> > From: Andi Kleen <ak@xxxxxxxxxxxxxxx>
> >
> > Teach perf script to print user regs.
> >
> > % perf record --user-regs=ip,sp ...
> > % perf script -F ip,sym,uregs
>
> Applied the first patch, but this one isn't applying, please check.

It conflicts with the physical address patches, will rebase
and resend.

Or it's usually just trivial conflicts with the perf script options
if you want to take a stab.

-Andi