Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751959AbcLFOpE (ORCPT ); Tue, 6 Dec 2016 09:45:04 -0500 Received: from mail.kernel.org ([198.145.29.136]:53250 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751437AbcLFOpD (ORCPT ); Tue, 6 Dec 2016 09:45:03 -0500 Date: Tue, 6 Dec 2016 11:44:57 -0300 From: Arnaldo Carvalho de Melo To: Alexis Berlemont Cc: linux-kernel@vger.kernel.org, peterz@infradead.org, mingo@redhat.com, alexander.shishkin@linux.intel.com Subject: Re: [PATCH] perf: check that objdump correctly works Message-ID: <20161206144457.GA2399@kernel.org> References: <20161201000436.10354-1-alexis.berlemont@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161201000436.10354-1-alexis.berlemont@gmail.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 736 Lines: 26 Em Thu, Dec 01, 2016 at 01:04:35AM +0100, Alexis Berlemont escreveu: > Hi, > > In perf todo list, there was an entry regarding objdump: > > * Check if the objdump call in annotate worked or not, providing a > popup window telling it didn't work, to test, just uninstall > binutils or otherwise remove objdump from the path. > > The patch below tries to fulfill that point. Thanks for working on this, will try and process it ASAP. - Arnaldo > Alexis. > > Alexis Berlemont (1): > perf annotate: check that objdump correctly works > > tools/perf/util/annotate.c | 79 +++++++++++++++++++++++++++++++++++++++++++++- > tools/perf/util/annotate.h | 3 ++ > 2 files changed, 81 insertions(+), 1 deletion(-) > > -- > 2.10.2