diff options
-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. |