Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753784AbbLKILr (ORCPT ); Fri, 11 Dec 2015 03:11:47 -0500 Received: from mail-wm0-f45.google.com ([74.125.82.45]:37753 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752426AbbLKILq (ORCPT ); Fri, 11 Dec 2015 03:11:46 -0500 Date: Fri, 11 Dec 2015 09:11:41 +0100 From: Ingo Molnar To: Namhyung Kim Cc: Namhyung Kim , Arnaldo Carvalho de Melo , Peter Zijlstra , Jiri Olsa , LKML , David Ahern , Frederic Weisbecker , Andi Kleen , Stephane Eranian , Adrian Hunter Subject: Re: [PATCHSET 00/16] perf top: Add multi-thread support (v1) Message-ID: <20151211081141.GA21600@gmail.com> References: <1449734015-9148-1-git-send-email-namhyung@kernel.org> <20151210080118.GA8664@gmail.com> <5E6F0F13-9696-45F1-A0E8-CA0B95020D10@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5E6F0F13-9696-45F1-A0E8-CA0B95020D10@gmail.com> 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 Content-Length: 688 Lines: 20 * Namhyung Kim wrote: > IIRC David said that thread per cpu seems too much especially on a large system > (like ~1024 cpu). [...] Too much in what fashion? For recording I think it's the fastest, most natural model - anything else will create cache line bounces. For perf report, I suspect you are right, it would depend on the actual possible parallelism - which with time would improve I suspect. Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/