5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
|
#!/bin/bash
|
||
|
# description: futext contention measurement
|
||
|
|
||
|
perf trace $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py
|