Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753130AbZCVIao (ORCPT ); Sun, 22 Mar 2009 04:30:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752368AbZCVIad (ORCPT ); Sun, 22 Mar 2009 04:30:33 -0400 Received: from qw-out-2122.google.com ([74.125.92.27]:33106 "EHLO qw-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752027AbZCVIab (ORCPT ); Sun, 22 Mar 2009 04:30:31 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; b=cDXoaKXXONj8abOWiRElspD4SvXZiAynM/IWRqxawVoXZsCFfmBKY7cNhP4dHdhFyg 9IZjkV2rg9Hyp4FdR7ES7d7Ljrpj6Rym2YdmBvhUsaC2TxoxT7vHdk90ovq0lF6plHwF c5o91vA4I2w1AtdUCF1Ur2eCfhaZmojwhgbxw= Subject: [PATCH 0/4] tracing: event filtering v2 From: Tom Zanussi To: linux-kernel Cc: Ingo Molnar , Steven Rostedt , =?ISO-8859-1?Q?Fr=E9d=E9ric?= Weisbecker Content-Type: text/plain Date: Sun, 22 Mar 2009 03:30:26 -0500 Message-Id: <1237710626.7703.45.camel@charm-linux> Mime-Version: 1.0 X-Mailer: Evolution 2.12.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 900 Lines: 27 Hi, This is version 2 of my patchset adding filtering to the event-tracing infrastructure. Changes from the previous version: - added common_ prefix to the 5 common event fields - ring_buffer_event_discard() fixes from Steven Rostedt - changed 'and' and 'or' for compound filters to '&&' and '||' - fixed a bug in the matching logic Everything seems to work ok for me, but I haven't yet gotten around to changing the awkward UI. I plan to fix that as soon as I can i.e. allow complete compound expressions to be specified all at once, add <, >, <=, >= and parens, etc. Until then, it should hopefully be usable for basic filtering. Thanks, Tom -- 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/