aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/intel-pt-events-record
AgeCommit message (Collapse)AuthorFilesLines
2021-05-25perf scripts python: intel-pt-events.py: Add branches to scriptAdrian Hunter1-2/+2
As an example, add branch information to intel-pt-events.py script. This shows how a simple python script can be used to customize perf script output for Intel PT branch traces or power event traces. Signed-off-by: Adrian Hunter <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Jiri Olsa <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
2017-06-30perf intel-pt: Add example script for power events and PTWRITEAdrian Hunter1-0/+13
Add script intel-pt-events.py that provides an example of how to unpack the raw data for power events and PTWRITE. Signed-off-by: Adrian Hunter <[email protected]> Cc: Andi Kleen <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>