diff options
author | ddomingo <ddomingo@redhat.com> | 2008-11-04 10:31:29 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2008-11-04 10:31:29 +1000 |
commit | cb4289915386a5ea123ad0bfef66b34164b91c77 (patch) | |
tree | 6ec6f280a9e6c06ba25b9965db732cac18b6a8fb | |
parent | 904b272c43bf358300719d01836bcd10c04aa356 (diff) | |
download | systemtap-steved-cb4289915386a5ea123ad0bfef66b34164b91c77.tar.gz systemtap-steved-cb4289915386a5ea123ad0bfef66b34164b91c77.tar.xz systemtap-steved-cb4289915386a5ea123ad0bfef66b34164b91c77.zip |
made dev global
-rwxr-xr-x | testsuite/systemtap.examples/io/traceio2.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/io/traceio2.stp b/testsuite/systemtap.examples/io/traceio2.stp index 75481098..a9d3c261 100755 --- a/testsuite/systemtap.examples/io/traceio2.stp +++ b/testsuite/systemtap.examples/io/traceio2.stp @@ -1,4 +1,4 @@ -global device_of_interest +global device_of_interest, dev probe begin { /* The following is not the most efficient way to do this. |