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-perf-users" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
