summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2008-11-04 10:31:29 +1000
committerddomingo <ddomingo@redhat.com>2008-11-04 10:31:29 +1000
commitcb4289915386a5ea123ad0bfef66b34164b91c77 (patch)
tree6ec6f280a9e6c06ba25b9965db732cac18b6a8fb
parent904b272c43bf358300719d01836bcd10c04aa356 (diff)
downloadsystemtap-steved-cb4289915386a5ea123ad0bfef66b34164b91c77.tar.gz
systemtap-steved-cb4289915386a5ea123ad0bfef66b34164b91c77.tar.xz
systemtap-steved-cb4289915386a5ea123ad0bfef66b34164b91c77.zip
made dev global
-rwxr-xr-xtestsuite/systemtap.examples/io/traceio2.stp2
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.