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