xref: /linux/tools/perf/scripts/python/bin/futex-contention-report (revision 00204c3396469f407bac56e1475ea16e4a279b13)
1#!/bin/bash
2# description: futext contention measurement
3
4perf trace $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py
5