Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934527Ab0KQNiw (ORCPT ); Wed, 17 Nov 2010 08:38:52 -0500 Received: from canuck.infradead.org ([134.117.69.58]:40933 "EHLO canuck.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932433Ab0KQNiv convert rfc822-to-8bit (ORCPT ); Wed, 17 Nov 2010 08:38:51 -0500 Subject: Re: [ANNOUNCE] New utility: 'trace' From: Peter Zijlstra To: Ingo Molnar Cc: "Ted Ts'o" , Thomas Gleixner , LKML , Linus Torvalds , Andrew Morton , Steven Rostedt , 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 In-Reply-To: <20101117132404.GF27063@elte.hu> References: <20101117013700.GA3290@thunk.org> <20101117132404.GF27063@elte.hu> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Wed, 17 Nov 2010 14:38:48 +0100 Message-ID: <1290001128.2109.785.camel@laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 821 Lines: 18 On Wed, 2010-11-17 at 14:24 +0100, Ingo Molnar wrote: > > What about the filtering and other general features/functionality of > > ftrace? Is the anticipation that this will be ported over to perf? > > What about things like blktrace? > > Yeah, i'd love to see all that available. Filtering is available already on the > kernel perf event side and could be added as an option. Except I utterly detest the existing filter code.. it runs _after_ we do all the hard work and then makes us roll back when it decides we shouldn't output after all. But yes, it is functional. -- 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/