Re: [PATCH 3/4] perf, tools, script: Add support for printing assembler

From: Andi Kleen
Date: Sun Mar 27 2016 - 11:36:11 EST


> > Current issues:
> > - Some jump references do not get resolved to symbols.
> > - udis86 release does not support STAC/CLAC, which are used in the kernel,
> > but there is a pending patch for it.
>
> can't apply this on latest Arnaldo's tree:

This is due to which is only in Arnaldo's tree

commit a3dff304ca50cbfbe3f0e76ee49c439990932ed5
Author: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
Date: Wed Mar 23 11:55:24 2016 -0300

perf script: Remove lots of unused arguments

But the asm printer actually needs the "event" argument,
so that change would break my patchkit.

Arnaldo, can you undo the patch or at least keep "event" ?

-Andi