]> sourceware.org Git - systemtap.git/commit
PR16058 style fixups for other nd_syscalls aliases
authorFrank Ch. Eigler <fche@redhat.com>
Wed, 30 Oct 2013 16:10:43 +0000 (12:10 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 30 Oct 2013 17:10:05 +0000 (13:10 -0400)
commit9eb2b6080365e1c8957e39566dea339c3880c290
tree816b8f38e2526f953e341980509ef6a773ceebd7
parentf70a0bc53cbf264adb8ed9f462ac16e2d4fc2cea
PR16058 style fixups for other nd_syscalls aliases

Specifically, nd_syscall.rt_sigtimedwait and .truncate used the same
erroneous

   probe alias = foo1, foo2 { }
   probe foo1 = kprobe.function("foo") ? { }
   probe foo2 = kprobe.function("foo") ? { }

construct, whereas the optionality should appear at the top-level alias
level.
tapset/linux/nd_syscalls2.stp
This page took 0.026288 seconds and 5 git commands to generate.