Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752829Ab1BRFyA (ORCPT ); Fri, 18 Feb 2011 00:54:00 -0500 Received: from sj-iport-3.cisco.com ([171.71.176.72]:29254 "EHLO sj-iport-3.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750905Ab1BRFx4 (ORCPT ); Fri, 18 Feb 2011 00:53:56 -0500 Authentication-Results: sj-iport-3.cisco.com; dkim=neutral (message not signed) header.i=none X-IronPort-AV: E=Sophos;i="4.62,185,1297036800"; d="scan'208";a="265626780" From: David Ahern To: linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org Cc: peterz@infradead.org, mingo@elte.hu, acme@ghostprotocols.net, paulus@samba.org, David Ahern Subject: [PATCH 0/3] perf events: Add realtime clock event and timehist option Date: Thu, 17 Feb 2011 22:53:50 -0700 Message-Id: <1298008433-22911-1-git-send-email-daahern@cisco.com> X-Mailer: git-send-email 1.7.3.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1108 Lines: 26 David Ahern (3): perf events: fix WARN_ON_ONCE for 64-bit raw data, SW events perf events: Introduce realtime clock event perf events: add timehist option to record and report include/linux/perf_event.h | 1 + kernel/perf_event.c | 74 +++++++++++- tools/perf/Documentation/perf-record.txt | 4 + tools/perf/Documentation/perf-report.txt | 6 + tools/perf/builtin-record.c | 78 +++++++++++- tools/perf/builtin-report.c | 208 +++++++++++++++++++++++++++++- tools/perf/util/event.c | 1 + tools/perf/util/event.h | 8 + tools/perf/util/parse-events.c | 2 + tools/perf/util/session.c | 4 + tools/perf/util/session.h | 3 +- 11 files changed, 384 insertions(+), 5 deletions(-) -- 1.7.3.4 -- 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/