Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758604Ab0LMRuO (ORCPT ); Mon, 13 Dec 2010 12:50:14 -0500 Received: from mail-fx0-f43.google.com ([209.85.161.43]:53167 "EHLO mail-fx0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758497Ab0LMRuL (ORCPT ); Mon, 13 Dec 2010 12:50:11 -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=QN4zDEZzt+Q/br7F+mw2ZVf0VI6I5a0b+T0S5Rlyc7M/UMTZ1BmwxZdIANnDlEzf3q lCl3N0ksDcYqydzdJkkNS4hDitlk3ej9n4Sa2OTrMwcLVYNfA5gbgvpn8gJEFEOL58xc nfR+wD0lhIpo/0qIRzwWy9CZj/rL+y6jrUM3M= Date: Mon, 13 Dec 2010 18:50:06 +0100 From: Frederic Weisbecker To: Peter Zijlstra Cc: Arnaldo Carvalho de Melo , "David S. Ahern" , linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] perf tools: Add reference timestamp to perf header Message-ID: <20101213174959.GE1691@nowhere> References: <1291773285-16254-2-git-send-email-daahern@cisco.com> <20101212201613.GA1784@nowhere> <4D06301C.2090309@cisco.com> <20101213155451.GA1691@nowhere> <20101213164854.GL5407@ghostprotocols.net> <20101213170923.GB1691@nowhere> <1292260289.6803.297.camel@twins> <1292260419.6803.300.camel@twins> <20101213172349.GD1691@nowhere> <1292261860.6803.338.camel@twins> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1292261860.6803.338.camel@twins> 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: 1261 Lines: 31 On Mon, Dec 13, 2010 at 06:37:40PM +0100, Peter Zijlstra wrote: > On Mon, 2010-12-13 at 18:23 +0100, Frederic Weisbecker wrote: > > On Mon, Dec 13, 2010 at 06:13:39PM +0100, Peter Zijlstra wrote: > > > On Mon, 2010-12-13 at 18:11 +0100, Peter Zijlstra wrote: > > > > > > > > Preferably, yes, but I don't see why we can't break the data file format > > > > if we've got good reasons to. > > > > > > I mean, we pretty much _have_ to break data file format when we want to > > > do splice() support. > > > > Because we'll have one file per-cpu? > > Right. > > > But perf.data on UP will be sensibly the same as today so I suspect > > we won't need to be compatible. > > Nope, since one file simply doesn't scale, data-streams will have to > live outside of the main file. > > And when you have to make that happen, there is no reason to maintain > any kind of compatibility. The only thing you could do is provide some > script to convert old data files to the new format. Right, a script should do the trick. -- 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/