[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4DF7AB84.3080000@gmail.com>
Date: Tue, 14 Jun 2011 12:42:12 -0600
From: David Ahern <dsahern@...il.com>
To: linux-perf-users@...r.kernel.org, linux-kernel@...r.kernel.org,
mingo@...e.hu, peterz@...radead.org, fweisbec@...il.com,
tglx@...utronix.de
CC: acme@...stprotocols.net, paulus@...ba.org
Subject: Re: [PATCH 0/6] Add time-of-day option to perf events
ping?
On 06/07/2011 05:53 PM, David Ahern wrote:
> Another attempt at printing time-of-day strings on perf events - this
> time with tracepoints in the timekeeping code to catch updates to
> xtime.
>
> David Ahern (6):
> trace: add tracepoints to timekeeping code - xtime changes
> perf utils: export parse_single_tracepoint_event
> perf: add reference time event
> perf record: add time-of-day option
> perf script: pass trace event to print_trace_event
> perf script: add time-of-day option for displaying events
>
> include/trace/events/timekeeping.h | 43 ++++++++
> kernel/time/timekeeping.c | 8 ++
> tools/perf/Documentation/perf-record.txt | 3 +
> tools/perf/Documentation/perf-script.txt | 8 ++-
> tools/perf/builtin-record.c | 102 +++++++++++++++++++-
> tools/perf/builtin-script.c | 157 +++++++++++++++++++++++++++++-
> tools/perf/util/event.c | 1 +
> tools/perf/util/event.h | 8 ++
> tools/perf/util/parse-events.c | 13 +--
> tools/perf/util/parse-events.h | 12 +++
> tools/perf/util/session.c | 4 +
> tools/perf/util/session.h | 3 +-
> tools/perf/util/trace-event-parse.c | 12 +--
> tools/perf/util/trace-event.h | 2 +-
> 14 files changed, 350 insertions(+), 26 deletions(-)
> create mode 100644 include/trace/events/timekeeping.h
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists