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 -- 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
