From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754258AbbEKPjI (ORCPT ); Mon, 11 May 2015 11:39:08 -0400 Received: from mail-pd0-f178.google.com ([209.85.192.178]:32976 "EHLO mail-pd0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751208AbbEKPjF (ORCPT ); Mon, 11 May 2015 11:39:05 -0400 Date: Tue, 12 May 2015 00:37:43 +0900 From: Namhyung Kim To: Arnaldo Carvalho de Melo Cc: Ingo Molnar , Peter Zijlstra , Jiri Olsa , LKML , David Ahern Subject: Re: [PATCH 4/3] perf report: Show error message for incompatible UI request Message-ID: <20150511153743.GC12220@danjae.kornet> References: <20150510171658.GA4587@kernel.org> <1431351983-27080-1-git-send-email-namhyung@kernel.org> <20150511140309.GK28183@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20150511140309.GK28183@kernel.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 11, 2015 at 11:03:09AM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, May 11, 2015 at 10:46:23PM +0900, Namhyung Kim escreveu: > > Currently --header, --header-only and --threads/-T options are supported > > on stdio mode only. Show warning if user passes one of --tui or --gtk > > option with these like below: > > > > $ perf report -T --tui > > Error: --threads option cannot be used with --tui > > > > usage: perf report [] > > > > -T, --threads Show per-thread event counters > > --tui Use the TUI interface > > > > Requested-by: Arnaldo Carvalho de Melo > > Signed-off-by: Namhyung Kim > > So thanks for that! Can you please check that it applies on top of my > perf/core branch? I had already applied your patch :-\ Just pushed the > branch, should be at git.kernel.org soon. Looks OK to me. Thanks, Namhyung