Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754605Ab3J0PgZ (ORCPT ); Sun, 27 Oct 2013 11:36:25 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:55987 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753482Ab3J0PgY (ORCPT ); Sun, 27 Oct 2013 11:36:24 -0400 Message-ID: <526D32F4.3050507@gmail.com> Date: Sun, 27 Oct 2013 09:36:20 -0600 From: David Ahern User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: Jiri Olsa , linux-kernel@vger.kernel.org CC: Corey Ashford , Ingo Molnar , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Arnaldo Carvalho de Melo , Andi Kleen , Adrian Hunter Subject: Re: [PATCH 3/4] perf tools: Add call-graph option support into .perfconfig References: <20131026120336.GA24439@gmail.com> <1382797536-32303-1-git-send-email-jolsa@redhat.com> <1382797536-32303-4-git-send-email-jolsa@redhat.com> In-Reply-To: <1382797536-32303-4-git-send-email-jolsa@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 836 Lines: 27 On 10/26/13 8:25 AM, Jiri Olsa wrote: > Adding call-graph option support into .perfconfig file, > so it's now possible use call-graph option like: > > [top] > call-graph = fp > > [record] > call-graph = dwarf,8192 > > Above options ONLY setup the unwind method. To enable > perf record/top to actually use it the command line > option -g/-G must be specified. > > The --call-graph option overloads .perfconfig setup. Documentation for perf-top and perf-record should be updated with the above. Otherwise, Tested-Reviewed-by: David Ahern David -- 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/