summaryrefslogtreecommitdiffstats
path: root/dtrace
diff options
context:
space:
mode:
authorStan Cox <scox@redhat.com>2009-03-24 16:11:55 -0400
committerStan Cox <scox@redhat.com>2009-03-24 16:11:55 -0400
commit49b50ec6c2b45456d33d3fa145ccd3adfe4c528b (patch)
tree7529709442a188da43ee135c6a6ba3610ec8691c /dtrace
parent8f7c6d4680717700fe8beb8cc6d59c241e6677ed (diff)
downloadsystemtap-steved-49b50ec6c2b45456d33d3fa145ccd3adfe4c528b.tar.gz
systemtap-steved-49b50ec6c2b45456d33d3fa145ccd3adfe4c528b.tar.xz
systemtap-steved-49b50ec6c2b45456d33d3fa145ccd3adfe4c528b.zip
Remove debugging line.
* dtrace: Remove debugging line.
Diffstat (limited to 'dtrace')
-rwxr-xr-xdtrace1
1 files changed, 0 insertions, 1 deletions
diff --git a/dtrace b/dtrace
index 7966e1f2..fd7b4b99 100755
--- a/dtrace
+++ b/dtrace
@@ -80,7 +80,6 @@ class provider:
elif (c == 8):
self.h.write ('#define %s(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9) STAP_PROBE%d(provider,%s,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9)\n' % (this_probe_canon, c+1, this_probe))
elif (c == 9):
- self.h.write('// X %d %s\n' % (c+1,this_probe_canon))
self.h.write ('#define %s(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10) STAP_PROBE%d(provider,%s,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10)\n' % (this_probe_canon, c+1, this_probe))
self.h.write ('#define %s_ENABLED() 1\n' % this_probe_canon)