From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752486AbdIES2W (ORCPT ); Tue, 5 Sep 2017 14:28:22 -0400 Received: from mga06.intel.com ([134.134.136.31]:34264 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752374AbdIES2V (ORCPT ); Tue, 5 Sep 2017 14:28:21 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,480,1498546800"; d="scan'208";a="1191818370" Date: Tue, 5 Sep 2017 11:28:20 -0700 From: Andi Kleen To: Arnaldo Carvalho de Melo Cc: Andi Kleen , jolsa@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] perf, tools: Support user regs in perf script Message-ID: <20170905182820.GW28715@tassilo.jf.intel.com> References: <20170905170029.19722-1-andi@firstfloor.org> <20170905170029.19722-2-andi@firstfloor.org> <20170905174830.GF22298@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170905174830.GF22298@kernel.org> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > > > > 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