Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752716AbaBJDP5 (ORCPT ); Sun, 9 Feb 2014 22:15:57 -0500 Received: from lgeamrelo04.lge.com ([156.147.1.127]:63155 "EHLO lgeamrelo04.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752340AbaBJDP4 (ORCPT ); Sun, 9 Feb 2014 22:15:56 -0500 X-Greylist: delayed 900 seconds by postgrey-1.27 at vger.kernel.org; Sun, 09 Feb 2014 22:15:56 EST X-Original-SENDERIP: 10.177.220.181 X-Original-MAILFROM: namhyung.kim@lge.com Message-ID: <52F840E6.8080406@lge.com> Date: Mon, 10 Feb 2014 12:00:54 +0900 From: Namhyung Kim User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Namhyung Kim CC: Arnaldo Carvalho de Melo , Peter Zijlstra , Ingo Molnar , Paul Mackerras , LKML , Jiri Olsa , David Ahern , Andi Kleen Subject: Re: [PATCH 7/7] perf tools: Show absolute percentage by default References: <1392000446-14744-1-git-send-email-namhyung@kernel.org> <1392000446-14744-8-git-send-email-namhyung@kernel.org> In-Reply-To: <1392000446-14744-8-git-send-email-namhyung@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Oops, please ignore this. This was a leftover from last change.. sorry :( (actually, it's same as patch 8/8). Thanks, Namhyung 2014-02-10 오전 11:47, Namhyung Kim 쓴 글: > Now perf report will show absolute percentage on filter entries by > default. > > Suggested-by: Jiri Olsa > Signed-off-by: Namhyung Kim > --- > tools/perf/util/symbol.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c > index b888cb241164..a9d758a3b371 100644 > --- a/tools/perf/util/symbol.c > +++ b/tools/perf/util/symbol.c > @@ -33,7 +33,6 @@ struct symbol_conf symbol_conf = { > .try_vmlinux_path = true, > .annotate_src = true, > .demangle = true, > - .filter_relative = true, > .symfs = "", > }; > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/