Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754723Ab1CUWen (ORCPT ); Mon, 21 Mar 2011 18:34:43 -0400 Received: from smtp-out.google.com ([74.125.121.67]:6079 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754648Ab1CUWel (ORCPT ); Mon, 21 Mar 2011 18:34:41 -0400 DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=from:to:cc:subject:date:message-id:x-mailer; b=aJJESLkAynVGYPpPX9vEKn36cZC4QT7rCWba1JDAfR9yYvuVYDHDHnTVUJHXhNa+d LPMzR1EWwcEezQXAMwmGw== From: David Sharp To: linux-kernel@vger.kernel.org Cc: mrubin@google.com, David Sharp , Arnaldo Carvalho de Melo , Frederic Weisbecker , Steven Rostedt , Ingo Molnar , Stephane Eranian Subject: [PATCH perf 0/2] perf: trace-event-parse: support more operators and print formats Date: Mon, 21 Mar 2011 15:34:04 -0700 Message-Id: <1300746846-28245-1-git-send-email-dhsharp@google.com> X-Mailer: git-send-email 1.7.3.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 854 Lines: 27 These patches correspond to similar patches recently applied to trace-cmd [ Re-sending with more Cc's ] Cc: Arnaldo Carvalho de Melo Cc: Frederic Weisbecker Cc: Steven Rostedt Cc: Ingo Molnar Cc: Stephane Eranian David Sharp (2): perf: trace-event-parse: support additional operators: '!', '~', and '!=' perf: trace-event-parse: support printing short fields tools/perf/util/trace-event-parse.c | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) -- 1.7.3.1 -- 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/