From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752388AbcC0PgG (ORCPT ); Sun, 27 Mar 2016 11:36:06 -0400 Received: from one.firstfloor.org ([193.170.194.197]:60724 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751586AbcC0PgC (ORCPT ); Sun, 27 Mar 2016 11:36:02 -0400 Date: Sun, 27 Mar 2016 08:35:59 -0700 From: Andi Kleen To: Jiri Olsa Cc: Andi Kleen , acme@kernel.org, jolsa@kernel.org, linux-kernel@vger.kernel.org, Andi Kleen , adrian.hunter@intel.com Subject: Re: [PATCH 3/4] perf, tools, script: Add support for printing assembler Message-ID: <20160327153559.GH7982@two.firstfloor.org> References: <1458946958-27570-1-git-send-email-andi@firstfloor.org> <1458946958-27570-3-git-send-email-andi@firstfloor.org> <20160327110501.GA4015@krava.sund.root.ku.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160327110501.GA4015@krava.sund.root.ku.dk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > 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 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