perf tools: Add Intel PT packet decoder
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 17 Jul 2015 16:33:37 +0000 (19:33 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 17 Aug 2015 14:11:36 +0000 (11:11 -0300)
commita4e925905c98fb83538c164878946d77d0df1433
tree40cfe0f857d3ad76fd676f0c6bed8b71fca901a1
parent55ea4ab4260f42b824450faa47fe4d129fce0918
perf tools: Add Intel PT packet decoder

Add support for decoding Intel Processor Trace packets.

This essentially provides intel_pt_get_packet() which takes a buffer of
binary data and returns the decoded packet.

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