perf scripts python: intel-pt-events.py: Add Event Trace
authorAdrian Hunter <adrian.hunter@intel.com>
Mon, 24 Jan 2022 08:41:57 +0000 (10:41 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 15 Feb 2022 20:15:02 +0000 (17:15 -0300)
commit95f9bfcf84d808eb621088a376ba02bf77f5fec3
treeac5cc3e8db89a9bc1a8e8bff4320941693ecda3c
parent2673859865e28d19f7b5e3f25fbe15382b8b6c47
perf scripts python: intel-pt-events.py: Add Event Trace

Add Event Trace to the intel-pt-events.py script. This shows how to unpack
the raw data from the new sample events in a Python script.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: https://lore.kernel.org/r/20220124084201.2699795-22-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/scripts/python/intel-pt-events.py