Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752379Ab0LUTCN (ORCPT ); Tue, 21 Dec 2010 14:02:13 -0500 Received: from mail-fx0-f66.google.com ([209.85.161.66]:56172 "EHLO mail-fx0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751045Ab0LUTCK (ORCPT ); Tue, 21 Dec 2010 14:02:10 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=UxymRvRAtJTfD4Y4QdYQWiWywWfmdScoU5WeqnQRRmFlKX0jT0dlcPmjBDhYuycpDw zzDELpVIowKxEXRPseCx88MBhDvqeUQZbL8Jen5b7g5k7mFwf2xgDiIqslbv8p4vvzms 3nCSOxitQmdX8IZFqNLp8ftPQe/4yHR7zD5jE= Date: Tue, 21 Dec 2010 20:02:06 +0100 From: Frederic Weisbecker To: Peter Zijlstra Cc: Akihiro Nagai , Arnaldo Carvalho de Melo , Ingo Molnar , linux-kernel@vger.kernel.org, Masami Hiramatsu , 2nddept-manager@sdl.hitachi.co.jp, Paul Mackerras Subject: Re: [PATCH -tip v2 2/6] perf bts: Introduce new sub command 'perf bts trace' Message-ID: <20101221190203.GQ1750@nowhere> References: <20101221090527.8552.41486.stgit@localhost6.localdomain6> <20101221090549.8552.26257.stgit@localhost6.localdomain6> <20101221183131.GO1750@nowhere> <1292956832.2170.17.camel@laptop> <20101221184516.GP1750@nowhere> <1292957546.2170.21.camel@laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1292957546.2170.21.camel@laptop> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1442 Lines: 33 On Tue, Dec 21, 2010 at 07:52:26PM +0100, Peter Zijlstra wrote: > On Tue, 2010-12-21 at 19:45 +0100, Frederic Weisbecker wrote: > > On Tue, Dec 21, 2010 at 07:40:32PM +0100, Peter Zijlstra wrote: > > > On Tue, 2010-12-21 at 19:31 +0100, Frederic Weisbecker wrote: > > > > Actually the best would be to select PERF_SAMPLE_ID in the sample_type > > > > on record and also PERF_FORMAT_ID in the read_format. > > > > > > That would grow the data size for little gain, as long as you only > > > record BTS data into the buffer the current bits should work fine. > > > > Indeed. > > > > In the longer term though, I think we need a specific branch set record. > > > > Currently for every branch pair we create a new event with all the headers, > > so the pid, time, etc... are all repeated for every entries. > > > > We rather need a single record everytime we flush the bts buffer to the perf > > buffer. > > We also don't want arch specific data interfaces, so we need to iterate > the bts buffer and copy the stuff anyway, and if you don't want the time > and pid bits don't set those PERF_SAMPLE bits. But we may actually want the time and pid bits. This could be a PERF_SAMPLE_RAW may be? -- 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/