summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/intel-pt-events-report
blob: beeac3fde9db33d188ea0d009930dd815fc1e18d (plain)
1
2
3
#!/bin/bash
# description: print Intel PT Events including Power Events and PTWRITE
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/intel-pt-events.py
+ fix typoRandy Dunlap 2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds 2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar 2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland 2017-10-19dql: make dql_init return voidStephen Hemminger 2015-02-12lib/dynamic_queue_limits.c: simplify includesRasmus Villemoes 2012-05-31bql: Avoid possible inconsistent calculation.Hiroaki SHIMODA 2012-05-31bql: Avoid unneeded limit decrement.Hiroaki SHIMODA 2012-05-31bql: Fix POSDIFF() to integer overflow aware.Hiroaki SHIMODA 2012-03-11dql: Fix undefined jiffiesTom Herbert 2011-11-29dql: Dynamic queue limitsTom Herbert