diff options
author | mmason <mmason> | 2007-05-31 05:29:40 +0000 |
---|---|---|
committer | mmason <mmason> | 2007-05-31 05:29:40 +0000 |
commit | afb410914580dea069218b69226b383e2c3146f0 (patch) | |
tree | 5890f07e5b63935aa9ebd6867a4c7604b7ce5ff7 | |
parent | 209fbe6069a50c70f31858aececf37eb263ec5ac (diff) | |
download | systemtap-steved-afb410914580dea069218b69226b383e2c3146f0.tar.gz systemtap-steved-afb410914580dea069218b69226b383e2c3146f0.tar.xz systemtap-steved-afb410914580dea069218b69226b383e2c3146f0.zip |
Updated to reflect new script names.
-rw-r--r-- | examples/sig_by_pid.txt | 2 | ||||
-rw-r--r-- | examples/sig_by_proc.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/sig_by_pid.txt b/examples/sig_by_pid.txt index 4d5a84c8..927b4607 100644 --- a/examples/sig_by_pid.txt +++ b/examples/sig_by_pid.txt @@ -1,4 +1,4 @@ -# stap sig_count_by_pid.stp +# stap sig_by_pid.stp Collecting data... Type Ctrl-C to exit and display results ^C Collecting data... Type Ctrl-C to exit and display results diff --git a/examples/sig_by_proc.txt b/examples/sig_by_proc.txt index 1c9078e6..d09da9fe 100644 --- a/examples/sig_by_proc.txt +++ b/examples/sig_by_proc.txt @@ -1,4 +1,4 @@ -# stap sig_count_by_proc.stp +# stap sig_by_proc.stp Collecting data... Type Ctrl-C to exit and display results ^C SENDER RECEIVER SIGNAL COUNT |