From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754704Ab3GJOWj (ORCPT ); Wed, 10 Jul 2013 10:22:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17522 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754516Ab3GJOWi (ORCPT ); Wed, 10 Jul 2013 10:22:38 -0400 Date: Wed, 10 Jul 2013 16:22:19 +0200 From: Jiri Olsa To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , Peter Zijlstra , Paul Mackerras , Ingo Molnar , Namhyung Kim , LKML , Steven Rostedt , Frederic Weisbecker , David Ahern , Stephane Eranian Subject: Re: [PATCH 15/19] perf tools: Add document for perf-ftrace command Message-ID: <20130710142218.GB5931@krava.brq.redhat.com> References: <1372230862-15861-1-git-send-email-namhyung@kernel.org> <1372230862-15861-16-git-send-email-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1372230862-15861-16-git-send-email-namhyung@kernel.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 26, 2013 at 04:14:18PM +0900, Namhyung Kim wrote: > From: Namhyung Kim > > Cc: Steven Rostedt > Cc: Frederic Weisbecker > Signed-off-by: Namhyung Kim > --- SNIP > +OPTIONS > +------- > +...:: > + Any command you can specify in a shell. > + > +-t:: > +--tracer=:: > + The ftrace tracer to be used (default: function_graph). > + Currently only 'function' and 'function_graph' are supported. > + Used by 'live' and 'record' subcommands only. hum, 'live' subcommand supports whatever is available in 'available_tracers' file, right? and displays whatever gets into 'trace' .. which I think is useful and should stay like that jirka