summaryrefslogtreecommitdiffstats
path: root/dtrace
diff options
context:
space:
mode:
authorJim Keniston <jkenisto@us.ibm.com>2009-03-31 11:06:58 -0700
committerJim Keniston <jkenisto@us.ibm.com>2009-03-31 11:06:58 -0700
commit2020af07c2a7f58538874ce652b52a6883f7ada0 (patch)
tree25c9ae36d86a27963d52cdb5a780e4b90c5967f4 /dtrace
parent1cd9c3ad40595180123083109e5b7d1230095f54 (diff)
parentc5746f91b1ba8f374b4230e16cb33e1b9206ca2b (diff)
downloadsystemtap-steved-2020af07c2a7f58538874ce652b52a6883f7ada0.tar.gz
systemtap-steved-2020af07c2a7f58538874ce652b52a6883f7ada0.tar.xz
systemtap-steved-2020af07c2a7f58538874ce652b52a6883f7ada0.zip
Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtap
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)