From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752673AbbENIQ1 (ORCPT ); Thu, 14 May 2015 04:16:27 -0400 Received: from LGEMRELSE6Q.lge.com ([156.147.1.121]:44736 "EHLO lgemrelse6q.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750893AbbENIQY (ORCPT ); Thu, 14 May 2015 04:16:24 -0400 X-Original-SENDERIP: 10.177.220.203 X-Original-MAILFROM: namhyung@kernel.org Date: Thu, 14 May 2015 17:06:34 +0900 From: Namhyung Kim To: Arnaldo Carvalho de Melo Cc: Ingo Molnar , Peter Zijlstra , Jiri Olsa , LKML , David Ahern , Taeung Song Subject: Re: [PATCH] perf report: Fix some option handling on --stdio Message-ID: <20150514080634.GA14231@sejong> References: <1431529406-6762-1-git-send-email-namhyung@kernel.org> <20150513160719.GC23588@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20150513160719.GC23588@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 Hi Arnaldo, On Wed, May 13, 2015 at 01:07:19PM -0300, Arnaldo Carvalho de Melo wrote: > Em Thu, May 14, 2015 at 12:03:26AM +0900, Namhyung Kim escreveu: > > There's a bug that perf report sometimes ignore some options on --stdio > > output. This bug is triggered only if a related config variable is > > set. For example, let's assume we have a following config file. > > Testing, please next time indicate against what branch this is to be > applied, as I thought about perf/core, but it doesn't apply there, so > tried perf/urgent, where it applies. Oh, sorry about that. I actually intended to apply it to the perf/core but forgot to rebase to the current code. It's fortunate that it can be applied to perf/urgent cleanly though. :) I'll add an indication next time if patch should go to other branch than perf/core. Thanks, Namhyung