linux/tools/perf/util/intel-pt-decoder
Adrian Hunter f4aa081949 perf tools: Add Intel PT decoder
Add support for decoding an Intel Processor Trace.

Intel PT trace data must be 'decoded' which involves walking the object
code and matching the trace data packets.

The decoder requests a buffer of binary data via a get_trace()
call-back, which it decodes using instruction information which it gets
via another call-back walk_insn().

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/1437150840-31811-6-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2015-08-17 11:11:36 -03:00
..
Build perf tools: Add Intel PT decoder 2015-08-17 11:11:36 -03:00
gen-insn-attr-x86.awk perf tools: Add Intel PT instruction decoder 2015-08-17 11:11:36 -03:00
inat.c perf tools: Add Intel PT instruction decoder 2015-08-17 11:11:36 -03:00
inat.h perf tools: Add Intel PT instruction decoder 2015-08-17 11:11:36 -03:00
insn.c perf tools: Add Intel PT instruction decoder 2015-08-17 11:11:36 -03:00
insn.h perf tools: Add Intel PT instruction decoder 2015-08-17 11:11:36 -03:00
intel-pt-decoder.c perf tools: Add Intel PT decoder 2015-08-17 11:11:36 -03:00
intel-pt-decoder.h perf tools: Add Intel PT decoder 2015-08-17 11:11:36 -03:00
intel-pt-insn-decoder.c perf tools: Add Intel PT instruction decoder 2015-08-17 11:11:36 -03:00
intel-pt-insn-decoder.h perf tools: Add Intel PT instruction decoder 2015-08-17 11:11:36 -03:00
intel-pt-log.c perf tools: Add Intel PT log 2015-08-17 11:11:36 -03:00
intel-pt-log.h perf tools: Add Intel PT log 2015-08-17 11:11:36 -03:00
intel-pt-pkt-decoder.c
intel-pt-pkt-decoder.h
x86-opcode-map.txt perf tools: Add Intel PT instruction decoder 2015-08-17 11:11:36 -03:00