diff options
author | David Smith <dsmith@redhat.com> | 2010-03-22 16:37:15 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2010-03-22 16:37:15 -0500 |
commit | d5683f6561c8385b25709340d5c6dfe0e9c34442 (patch) | |
tree | a2a2874f96d73c005f4011caef43b9def9eba8ed /tapset | |
parent | 82c7381731e28366e08d9407276bfa8408d24c29 (diff) | |
download | systemtap-steved-d5683f6561c8385b25709340d5c6dfe0e9c34442.tar.gz systemtap-steved-d5683f6561c8385b25709340d5c6dfe0e9c34442.tar.xz systemtap-steved-d5683f6561c8385b25709340d5c6dfe0e9c34442.zip |
Fixed cut-and-paste error for sys_ia64_pipe.
* tapset/nd_syscalls2.stp: Removed '.call' from
'kprobe.function("sys_ia64_pipe")'.
Diffstat (limited to 'tapset')
-rw-r--r-- | tapset/nd_syscalls2.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/nd_syscalls2.stp b/tapset/nd_syscalls2.stp index 48162fa3..9ea421bf 100644 --- a/tapset/nd_syscalls2.stp +++ b/tapset/nd_syscalls2.stp @@ -329,7 +329,7 @@ probe nd_syscall.personality.return = kprobe.function("SyS_personality").return # probe nd_syscall.pipe = kprobe.function("SyS_pipe") ?, %( arch == "ia64" %? - kprobe.function("sys_ia64_pipe").call ?, + kprobe.function("sys_ia64_pipe") ?, %) kprobe.function("sys_pipe") ? { |