linux_dsm_epyc7002/tools/perf/arch/x86
Adrian Hunter 46bc29b970 perf tools: Add time conversion event
Intel PT uses the time members from the perf_event_mmap_page to convert
between TSC and perf time.

Due to a lack of foresight when Intel PT was implemented, those time
members were recorded in the (implementation dependent) AUXTRACE_INFO
event, the structure of which is generally inaccessible outside of the
Intel PT decoder.  However now the conversion between TSC and perf time
is needed when processing a jitdump file when Intel PT has been used for
tracing.

So add a user event to record the time members.  'perf record' will
synthesize the event if the information is available.  And session
processing will put a copy of the event on the session so that tools
like 'perf inject' can easily access it.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1457426324-30158-1-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2016-03-31 10:52:24 -03:00
..
include perf tests: Pass the subtest index to each test routine 2015-11-19 13:19:15 -03:00
tests perf tools: Use 64-bit shifts with (TSC) time conversion 2016-03-08 10:11:18 +01:00
util perf tools: Add time conversion event 2016-03-31 10:52:24 -03:00
Build perf tests: Add arch tests 2015-10-05 16:55:38 -03:00
Makefile perf jitdump: Build only on supported archs 2016-03-10 16:33:19 -03:00