diff options
Diffstat (limited to 'testsuite/systemtap.examples/process/forktracker.stp')
-rwxr-xr-x | testsuite/systemtap.examples/process/forktracker.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/process/forktracker.stp b/testsuite/systemtap.examples/process/forktracker.stp index 525aa0a5..f892ce17 100755 --- a/testsuite/systemtap.examples/process/forktracker.stp +++ b/testsuite/systemtap.examples/process/forktracker.stp @@ -1,7 +1,7 @@ #! /usr/bin/env stap # # This is a stap script to monitor process creations (fork(), exec()'s). -# Based off of stap script found: http://picobot.org/wordpress/?p=27 +# Based on stap script found: http://picobot.org/wordpress/?p=27 # With some minor modifications (i.e. timestamping) # # Usage: stap forktracker.stp |