diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2007-10-05 22:43:41 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2007-10-05 22:43:41 -0400 |
commit | 9d33454315110680fda3a926465c3002a0521431 (patch) | |
tree | 1bf932760ff25506f7fb8c9c2fc118bb249f5113 /examples/sig_by_proc.stp | |
parent | b3159730ec256436bc47071185c6a3d14324f8d1 (diff) | |
parent | a9e8f7e0533811be2cd7c9a88d9058da8caa1d11 (diff) | |
download | systemtap-steved-9d33454315110680fda3a926465c3002a0521431.tar.gz systemtap-steved-9d33454315110680fda3a926465c3002a0521431.tar.xz systemtap-steved-9d33454315110680fda3a926465c3002a0521431.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'examples/sig_by_proc.stp')
-rwxr-xr-x | examples/sig_by_proc.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sig_by_proc.stp b/examples/sig_by_proc.stp index 192f3d34..18b236d3 100755 --- a/examples/sig_by_proc.stp +++ b/examples/sig_by_proc.stp @@ -11,7 +11,7 @@ # Print signal counts by process name in descending order. # -global sigcnt, pid2name, sig2name +global sigcnt, sig2name probe begin { print("Collecting data... Type Ctrl-C to exit and display results\n") |