Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751307Ab3J2FOE (ORCPT ); Tue, 29 Oct 2013 01:14:04 -0400 Received: from lgeamrelo01.lge.com ([156.147.1.125]:51134 "EHLO LGEAMRELO01.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750719Ab3J2FOC (ORCPT ); Tue, 29 Oct 2013 01:14:02 -0400 X-AuditID: 9c93017d-b7cd3ae000007ab3-ae-526f441759da From: Namhyung Kim To: David Ahern Cc: Arnaldo Carvalho de Melo , Jiri Olsa , linux-kernel@vger.kernel.org, Corey Ashford , Ingo Molnar , Paul Mackerras , Peter Zijlstra , Andi Kleen , Adrian Hunter Subject: Re: [PATCH 1/4] perf tools: Split -g and --call-graph for record command References: <20131026120336.GA24439@gmail.com> <1382797536-32303-1-git-send-email-jolsa@redhat.com> <1382797536-32303-2-git-send-email-jolsa@redhat.com> <526D317E.80408@gmail.com> <20131028174613.GA3811@infradead.org> <526EAB05.6090800@gmail.com> Date: Tue, 29 Oct 2013 14:13:59 +0900 In-Reply-To: <526EAB05.6090800@gmail.com> (David Ahern's message of "Mon, 28 Oct 2013 12:20:53 -0600") Message-ID: <87iowg7j6w.fsf@sejong.aot.lge.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 881 Lines: 26 On Mon, 28 Oct 2013 12:20:53 -0600, David Ahern wrote: > On 10/28/13 11:46 AM, Arnaldo Carvalho de Melo wrote: >> Added this: >> >> --call-graph:: >> Setup and enable call-graph (stack chain/backtrace) recording, >> implies -g. >> >> Allows specifying "fp" (frame pointer) or "dwarf" >> (DWARF's CFI - Call Frame Information) as the method to collect >> the information used to show the call graphs. >> >> In some systems, where binaries are build wit gcc > > s/wit/with/ And also forgot to mention user stack dump size (and its default size) in case of "dwarf". Thanks, Namhyung -- 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/