Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935356Ab0KQTAl (ORCPT ); Wed, 17 Nov 2010 14:00:41 -0500 Received: from mail-qy0-f181.google.com ([209.85.216.181]:40983 "EHLO mail-qy0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935342Ab0KQTAk (ORCPT ); Wed, 17 Nov 2010 14:00:40 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=kWqDOEHXl/dhRiXQwi7TXZl65jQYia5EpzIJ9JHi1SeQSBFwPwO/pGRbzsLvldViRF GMn0p7OA4AxmMXgkAgBC9LoGMVErv1jpz/CydTXnpbxrBxBnbzwrzzQpWGGqXxDlCPhW x4RKYB5krXx+VwL+kx98hNlENFsbjNmqt+cl8= MIME-Version: 1.0 In-Reply-To: <1289964840.30543.22.camel@gandalf.stny.rr.com> References: <20101117013700.GA3290@thunk.org> <1289958460.30543.13.camel@gandalf.stny.rr.com> <20101117031609.GE3290@thunk.org> <1289964840.30543.22.camel@gandalf.stny.rr.com> Date: Wed, 17 Nov 2010 14:00:39 -0500 X-Google-Sender-Auth: g1L962yKxakM1jUA7c7qIiEGNuk Message-ID: Subject: Re: [ANNOUNCE] New utility: 'trace' From: Bob Copeland To: Steven Rostedt Cc: "Ted Ts'o" , Thomas Gleixner , LKML , Linus Torvalds , Andrew Morton , Ingo Molnar , Peter Zijlstra , Arjan van de Ven , Arnaldo Carvalho de Melo , Frederic Weisbecker , Masami Hiramatsu , Tom Zanussi , Mathieu Desnoyers , Li Zefan , Jason Baron , "David S. Miller" , Christoph Hellwig , Pekka Enberg , Lai Jiangshan , Eric Dumazet Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 952 Lines: 19 On Tue, Nov 16, 2010 at 10:34 PM, Steven Rostedt wrote: > (*) Currently in trace-cmd I have plugins. These plugins are simple > functions to read events and either output better displays of the event > or do something special (Avi wrote some for his kvm events). We also use this for debugging some wireless drivers. The (unstable) raw events can capture entire packets and produce psuedo-pcap files with a plugin so we can compare what we thought went over the air versus what actually did, and correlate them with api-level tracepoints in upper layers. It's perhaps a bit of a bending of the infrastructure, but one that has been helpful. -- Bob Copeland %% www.bobcopeland.com -- 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/