aboutsummaryrefslogtreecommitdiff
path: root/src/tools/perf/scripts/python/bin/futex-contention-record
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-08-22 11:25:25 -0700
committerElliott Hughes <enh@google.com>2016-08-22 11:27:03 -0700
commitd3105ae08738ef373d34e8f12c6b912e2645471f (patch)
tree24f138857bc0b1f94637fdf38366ce95673ba738 /src/tools/perf/scripts/python/bin/futex-contention-record
parent1aea4ce5992ad450d824b586b485ca62dc19999a (diff)
downloadlinux-tools-perf-d3105ae08738ef373d34e8f12c6b912e2645471f.tar.gz
Make it clear that we no longer use linux-tools-perf.
Diffstat (limited to 'src/tools/perf/scripts/python/bin/futex-contention-record')
-rw-r--r--src/tools/perf/scripts/python/bin/futex-contention-record2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/perf/scripts/python/bin/futex-contention-record b/src/tools/perf/scripts/python/bin/futex-contention-record
deleted file mode 100644
index b1495c9..0000000
--- a/src/tools/perf/scripts/python/bin/futex-contention-record
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/bash
-perf record -e syscalls:sys_enter_futex -e syscalls:sys_exit_futex $@