summaryrefslogtreecommitdiff
path: root/deps/v8/tools/oprofile/start
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/oprofile/start')
-rw-r--r--deps/v8/tools/oprofile/start7
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/v8/tools/oprofile/start b/deps/v8/tools/oprofile/start
new file mode 100644
index 0000000000..059e4b84c1
--- /dev/null
+++ b/deps/v8/tools/oprofile/start
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# Source common stuff.
+. `cd $(dirname "$0");pwd`/common
+
+sudo_opcontrol --start --no-vmlinux "$@"
+