[PATCH 0/6] Add time-of-day option to perf events

From: David Ahern
Date: Tue Jun 07 2011 - 19:55:46 EST


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

--
1.7.5.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/