perf tools: Add Intel PT support
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 17 Jul 2015 16:33:41 +0000 (19:33 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 17 Aug 2015 14:11:36 +0000 (11:11 -0300)
commit90e457f7be0870052724b2d9c2c106e5847f2c19
tree180c73f2e01bbc4211ae386d3368a09a1456d3f5
parentf4aa081949e7b6b01e711229c5a47ee3482a169c
perf tools: Add Intel PT support

Add support for Intel Processor Trace.

Intel PT support fits within the new auxtrace infrastructure.  Recording
is supporting by identifying the Intel PT PMU, parsing options and
setting up events.

Decoding is supported by queuing up trace data by cpu or thread and then
decoding synchronously delivering synthesized event samples into the
session processing for tools to consume.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/1437150840-31811-7-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/arch/x86/util/Build
tools/perf/arch/x86/util/intel-pt.c [new file with mode: 0644]
tools/perf/util/Build
tools/perf/util/intel-pt.c [new file with mode: 0644]
tools/perf/util/intel-pt.h [new file with mode: 0644]