From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752171AbbJSXuf (ORCPT ); Mon, 19 Oct 2015 19:50:35 -0400 Received: from mail-ig0-f171.google.com ([209.85.213.171]:33520 "EHLO mail-ig0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751386AbbJSXub (ORCPT ); Mon, 19 Oct 2015 19:50:31 -0400 MIME-Version: 1.0 In-Reply-To: <20151013042643.GA9571@sejong> References: <1444079018-31421-1-git-send-email-acme@kernel.org> <1444079018-31421-14-git-send-email-acme@kernel.org> <20151013042643.GA9571@sejong> From: Brendan Gregg Date: Mon, 19 Oct 2015 16:50:11 -0700 Message-ID: Subject: Re: [PATCH 13/16] perf callchain: Switch default to 'graph,0.5,caller' To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , Ingo Molnar , LKML , Arnaldo Carvalho de Melo , Adrian Hunter , Borislav Petkov , Chandler Carruth , David Ahern , Frederic Weisbecker , Jiri Olsa , Stephane Eranian , Wang Nan Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 12, 2015 at 9:26 PM, Namhyung Kim wrote: > On Mon, Oct 05, 2015 at 06:03:35PM -0300, Arnaldo Carvalho de Melo wrote: >> From: Arnaldo Carvalho de Melo >> >> Which is the most common default found in other similar tools. > > I think it's more useful to change the default only when --children is > used. And there's a related issue too - please see below link: > > https://lkml.org/lkml/2014/8/14/49 --children is default for things like "perf report --stdio" and (implied) "perf script", so any change to --children is a change to default. Brendan