perf intel-pt: Add support for decoding AUX area samples
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 15 Nov 2019 12:42:24 +0000 (14:42 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 22 Nov 2019 13:48:13 +0000 (10:48 -0300)
commitdbd134322e74f19dbabf174b2cbf7fca9bbc34d3
tree7726f987021d60ad01128b593efa94f31c69cf53
parentc4ab2f0f763da64d88cec6f20fd664f2347eca60
perf intel-pt: Add support for decoding AUX area samples

Add support for dumping, queuing and decoding AUX area samples. Decoding
samples is the same as regular decoding, except in the case where there
are no timestamps, in which case buffers are decoded immediately before
the sample event.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lore.kernel.org/lkml/20191115124225.5247-15-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/intel-pt.c