From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752335AbcLFD6i (ORCPT ); Mon, 5 Dec 2016 22:58:38 -0500 Received: from mail-pg0-f65.google.com ([74.125.83.65]:33617 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751064AbcLFD6f (ORCPT ); Mon, 5 Dec 2016 22:58:35 -0500 Subject: Re: [PATCH 01/10] perf sched: Cleanup option processing To: Namhyung Kim , Arnaldo Carvalho de Melo References: <20161206034010.6499-1-namhyung@kernel.org> <20161206034010.6499-2-namhyung@kernel.org> Cc: Ingo Molnar , Peter Zijlstra , Jiri Olsa , LKML , Andi Kleen , Minchan Kim From: David Ahern Message-ID: Date: Mon, 5 Dec 2016 19:58:32 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161206034010.6499-2-namhyung@kernel.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/5/16 7:40 PM, Namhyung Kim wrote: > The -D/--dump-raw-trace option is in the parent option so no need to > repeat it. Also move -f/--force option to parent as it's common to > handle data file. > > Signed-off-by: Namhyung Kim > --- > tools/perf/builtin-sched.c | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) > Acked-by: David Ahern