From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756256AbbCRTS1 (ORCPT ); Wed, 18 Mar 2015 15:18:27 -0400 Received: from mga11.intel.com ([192.55.52.93]:54875 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754907AbbCRTS0 (ORCPT ); Wed, 18 Mar 2015 15:18:26 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,423,1422950400"; d="scan'208";a="682068541" Date: Wed, 18 Mar 2015 12:18:25 -0700 From: Andi Kleen To: Namhyung Kim Cc: "Liang, Kan" , "acme@kernel.org" , "linux-kernel@vger.kernel.org" , "eranian@google.com" , jolsa@kernel.org Subject: Re: [PATCH 1/1] perf, tool: partial callgrap and time support in perf record Message-ID: <20150318191825.GA15335@tassilo.jf.intel.com> References: <1426213087-25593-1-git-send-email-kan.liang@intel.com> <20150316020348.GO943@sejong> <37D7C6CF3E00A74B8858931C1DB2F07701751D32@SHSMSX103.ccr.corp.intel.com> <20150316204826.GK31334@tassilo.jf.intel.com> <20150318071406.GS943@sejong> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150318071406.GS943@sejong> 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 > > The answer is no: it solves a different problem. Group read > > is just fine granuality counting. It cannot be used > > to sample for multiple events in parallel. > > But group read disables sampling for non-leader events so the number > of total samples should be small, no? Yes it's smaller, but it doesn't sample everything. -Andi