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