From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: [PATCH 0/2] perf tools: reference timestamp and time history dump Date: Mon, 29 Nov 2010 16:07:07 -0700 Message-ID: <1291072029-19178-1-git-send-email-daahern@cisco.com> Return-path: Received: from sj-iport-6.cisco.com ([171.71.176.117]:24989 "EHLO sj-iport-6.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752039Ab0K2XHY (ORCPT ); Mon, 29 Nov 2010 18:07:24 -0500 Sender: linux-perf-users-owner@vger.kernel.org List-ID: To: linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org Cc: David Ahern First patch adds a reference timestamp to the perf header. The second patch uses the reference timestamp to convert kernel timestamps to time-of-day and outputs each sample. David Ahern (2): perf tools: add reference timestamp to perf header perf tools: Add option to show time history of event samples tools/perf/builtin-record.c | 8 +++ tools/perf/builtin-report.c | 120 ++++++++++++++++++++++++++++++++++++++++++- tools/perf/util/header.c | 51 ++++++++++++++++++ tools/perf/util/header.h | 3 + tools/perf/util/session.c | 26 +++++++++ 5 files changed, 206 insertions(+), 2 deletions(-) -- 1.7.2.3