diff options
Diffstat (limited to 'testsuite/systemtap.examples/profiling/thread-times.stp')
-rwxr-xr-x | testsuite/systemtap.examples/profiling/thread-times.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/profiling/thread-times.stp b/testsuite/systemtap.examples/profiling/thread-times.stp index a75ffc5a..55e6d53f 100755 --- a/testsuite/systemtap.examples/profiling/thread-times.stp +++ b/testsuite/systemtap.examples/profiling/thread-times.stp @@ -1,4 +1,4 @@ -#! /usr/bin/stap +#! /usr/bin/env stap probe perf.sw.cpu_clock!, timer.profile { // NB: To avoid contention on SMP machines, no global scalars/arrays used, |