From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753765AbYI3RWi (ORCPT ); Tue, 30 Sep 2008 13:22:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752759AbYI3RWP (ORCPT ); Tue, 30 Sep 2008 13:22:15 -0400 Received: from smtp-out.google.com ([216.239.33.17]:48710 "EHLO smtp-out3.google.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752016AbYI3RWN (ORCPT ); Tue, 30 Sep 2008 13:22:13 -0400 DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=message-id:date:from:to:subject:cc:in-reply-to: mime-version:content-type:content-transfer-encoding: content-disposition:references; b=JaqZMpnQoEuMoNQcpK69OkVsacsZ1dlnDb6v11CdGE6Tsg2b2KnnUvGYJ7KqyCgl+ Fn2ek/jjRPvOlC6Gybysw== Message-ID: <33307c790809301022q2821ecc7iabf41eb513707e0c@mail.gmail.com> Date: Tue, 30 Sep 2008 10:22:06 -0700 From: "Martin Bligh" To: "Steven Rostedt" Subject: Re: [RFC PATCH] LTTng relay buffer allocation, read, write Cc: "Mathieu Desnoyers" , "Peter Zijlstra" , linux-kernel@vger.kernel.org, prasad@linux.vnet.ibm.com, "Linus Torvalds" , "Thomas Gleixner" , od@suse.com, "Frank Ch. Eigler" , "Andrew Morton" , hch@lst.de, "David Wilder" , "Tom Zanussi" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080927134012.GA11930@Krystal> <1222535419.16700.300.camel@lappy.programming.kicks-ass.net> <20080929155004.GA11029@Krystal> <1222709445.23876.70.camel@twins.programming.kicks-ass.net> <20080929203124.GA23070@Krystal> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > A 4 byte dataless payload is useless anyway. Not at all convinced that's true - we used it for lots of things. Start and end of irq event is one frequent example. Also, in a compact mode, we can record start and end of syscalls like this (without parameters).