commit | a7e24c173cf37484693b9abb38e494fa7bd7baeb | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Fri Oct 30 11:49:00 2009 +0000 |
committer | Steve Block <steveblock@google.com> | Tue Nov 03 17:23:38 2009 +0000 |
tree | 4aeefe31292fbed0d94f1b93fe86c51849b001c2 | |
parent | af654c46444383e0baed1cb27a4c1d1bdcac8dd9 [diff] [blame] |
Move V8 to external/v8 Change-Id: If68025d67453785a651c5dfb34fad298c16676a4
diff --git a/tools/oprofile/annotate b/tools/oprofile/annotate new file mode 100755 index 0000000..a6a8545 --- /dev/null +++ b/tools/oprofile/annotate
@@ -0,0 +1,7 @@ +#!/bin/sh + +# Source common stuff. +. `cd $(dirname "$0");pwd`/common + +opannotate --assembly --session-dir="$OPROFILE_SESSION_DIR" "$shell_exec" "$@" +