diff options
| author | Jiri Kosina <[email protected]> | 2010-10-30 22:16:56 +0200 | 
|---|---|---|
| committer | Jiri Kosina <[email protected]> | 2010-10-30 22:16:56 +0200 | 
| commit | f1e095f1d206b81b44160f41278ce5c78641e9b7 (patch) | |
| tree | bd293d46d2d3e4cdf435a22ddb2877c6ba1b8acc /tools/perf/scripts/python/bin/futex-contention-report | |
| parent | b0438a1b71955c425c304a2a483765ef24841766 (diff) | |
| parent | 1792f17b7210280a3d7ff29da9614ba779cfcedb (diff) | |
Merge branch 'master' into for-next
Diffstat (limited to 'tools/perf/scripts/python/bin/futex-contention-report')
| -rw-r--r-- | tools/perf/scripts/python/bin/futex-contention-report | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/tools/perf/scripts/python/bin/futex-contention-report b/tools/perf/scripts/python/bin/futex-contention-report new file mode 100644 index 000000000000..c8268138fb7e --- /dev/null +++ b/tools/perf/scripts/python/bin/futex-contention-report @@ -0,0 +1,4 @@ +#!/bin/bash +# description: futext contention measurement + +perf trace $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py |