diff options
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 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | # description: futext contention measurement | ||
| 3 | |||
| 4 | perf trace $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py | ||
