diff options
author | 2017-07-17 11:26:58 -0400 | |
---|---|---|
committer | 2017-07-17 11:26:58 -0400 | |
commit | 3d886aa3be15439e05784ac1cbd4acc2f13c0048 (patch) | |
tree | 5d7d5943c7f6697e640bdd684a560e9af7942300 /tools/perf/scripts/python/bin/intel-pt-events-report | |
parent | RDMA/qedr: Add qedr to MAINTAINERS file (diff) | |
parent | Linux v4.13-rc1 (diff) | |
download | linux-dev-3d886aa3be15439e05784ac1cbd4acc2f13c0048.tar.xz linux-dev-3d886aa3be15439e05784ac1cbd4acc2f13c0048.zip |
Merge tag 'v4.13-rc1' into k.o/for-4.13-rc
Linux v4.13-rc1
Diffstat (limited to 'tools/perf/scripts/python/bin/intel-pt-events-report')
-rw-r--r-- | tools/perf/scripts/python/bin/intel-pt-events-report | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/scripts/python/bin/intel-pt-events-report b/tools/perf/scripts/python/bin/intel-pt-events-report new file mode 100644 index 000000000000..9a9c92fcd026 --- /dev/null +++ b/tools/perf/scripts/python/bin/intel-pt-events-report @@ -0,0 +1,3 @@ +#!/bin/bash +# description: print Intel PT Power Events and PTWRITE +perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/intel-pt-events.py
\ No newline at end of file |