[PATCH 7/9] perf,tools: save APERF/MPERF/TSC in struct perf_sample

2015-07-16 Thread kan . liang
From: Kan Liang Save APERF/MPERF/TSC in struct perf_sample, so the following sample process function can easily handle it. Signed-off-by: Kan Liang --- tools/perf/util/event.h | 3 +++ tools/perf/util/session.c | 20 2 files changed, 23 insertions(+) diff --git

[PATCH 7/9] perf,tools: save APERF/MPERF/TSC in struct perf_sample

2015-07-16 Thread kan . liang
From: Kan Liang kan.li...@intel.com Save APERF/MPERF/TSC in struct perf_sample, so the following sample process function can easily handle it. Signed-off-by: Kan Liang kan.li...@intel.com --- tools/perf/util/event.h | 3 +++ tools/perf/util/session.c | 20 2 files