From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751937AbeAWOUE (ORCPT ); Tue, 23 Jan 2018 09:20:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35072 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751724AbeAWOUC (ORCPT ); Tue, 23 Jan 2018 09:20:02 -0500 Date: Tue, 23 Jan 2018 15:19:45 +0100 From: Jiri Olsa To: "Jin, Yao" Cc: acme@kernel.org, jolsa@kernel.org, peterz@infradead.org, mingo@redhat.com, alexander.shishkin@linux.intel.com, Linux-kernel@vger.kernel.org, ak@linux.intel.com, kan.liang@intel.com, yao.jin@intel.com Subject: Re: [PATCH] perf stat: Ignore error thread when enabling system-wide --per-thread Message-ID: <20180123141945.GC15155@krava> References: <1516117388-10120-1-git-send-email-yao.jin@linux.intel.com> <20180116125132.GD26643@krava> <1189ec53-0d3b-c59c-63f0-4c4ad0d72405@linux.intel.com> <20180116131743.GA17752@krava> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 22, 2018 at 01:10:31PM +0800, Jin, Yao wrote: > > > On 1/16/2018 9:17 PM, Jiri Olsa wrote: > > On Tue, Jan 16, 2018 at 09:06:09PM +0800, Jin, Yao wrote: > > > Just tested. But looks it's not OK for '--per-thread' case. > > > > yea, I haven't tested much.. might need soem tweaking, > > but my point was that it could be doable on one place > > instead of introducing another if possible > > > > jirka > > > > Hi Jiri, > > I ever considered to move the operation of removing error thread to > perf_evsel__fallback(). The perf_evsel__fallback() is common code and it's > shared by perf report, perf stat and perf top. > > While finally I think it'd better let the caller decide to remove error > thread and try again, or just return the warning message. > perf_evsel__fallback() probably doesn't know what the caller want to do. > > That's my current thinking. Maybe there will be a better fix... ok, can't think of better fix atm.. looks good ;-) Acked-by: Jiri Olsa thanks, jirka