Chromium Code Reviews| Index: tools/oprofile/annotate |
| =================================================================== |
| --- tools/oprofile/annotate (revision 0) |
| +++ tools/oprofile/annotate (revision 0) |
| @@ -0,0 +1,7 @@ |
| +#!/bin/sh |
| + |
| +# Source common stuff. |
| +. `cd $(dirname "$0");pwd`/common |
| + |
| +opannotate --assembly --session-dir="$OPROFILE_SESSION_DIR" "$shell_exec" "$@" |
| + |
| Property changes on: tools/oprofile/annotate |
| ___________________________________________________________________ |
| Added: svn:executable |
| + * |