summaryrefslogtreecommitdiffstats
path: root/tapset
diff options
context:
space:
mode:
authorhien <hien>2006-02-20 22:41:38 +0000
committerhien <hien>2006-02-20 22:41:38 +0000
commita5b8579a3115d686752a7078dc892dd401cb02fb (patch)
tree15f71c00cd4963a5eebde81da789d6b6abc505f7 /tapset
parentdd78b7ef95c3f638bf07e36c7bea49d79792f72e (diff)
downloadsystemtap-steved-a5b8579a3115d686752a7078dc892dd401cb02fb.tar.gz
systemtap-steved-a5b8579a3115d686752a7078dc892dd401cb02fb.tar.xz
systemtap-steved-a5b8579a3115d686752a7078dc892dd401cb02fb.zip
Moved these aliases to arch specific areas
sys_fstat sys_getegid16 sys_geteuid16 sys_getgid16 sys_getgroups16 sys_getuid16 sys_lstat sys_mmap2 sys_setgroups16 sys_stat
Diffstat (limited to 'tapset')
-rw-r--r--tapset/syscalls2.stp34
1 files changed, 2 insertions, 32 deletions
diff --git a/tapset/syscalls2.stp b/tapset/syscalls2.stp
index 0212c9dc..99cda491 100644
--- a/tapset/syscalls2.stp
+++ b/tapset/syscalls2.stp
@@ -1289,22 +1289,7 @@ probe syscall.setgroups.return = kernel.function("sys_setgroups").return {
name = "setgroups"
returnp = 1
}
-# setgroups16 ________________________________________________
-#
-# asmlinkage long
-# sys_setgroups16(int gidsetsize,
-# old_gid_t __user *grouplist)
-#
-probe syscall.setgroups16 = kernel.function("sys_setgroups16") {
- name = "setgroups16"
- size = $gidsetsize
- list_uaddr = $grouplist
- argstr = ""
-}
-probe syscall.setgroups16.return = kernel.function("sys_setgroups16").return {
- name = "setgroups16"
- returnp = 1
-}
+
# sethostname ________________________________________________
#
# asmlinkage long
@@ -1876,22 +1861,7 @@ probe syscall.ssetmask.return = kernel.function("sys_ssetmask").return {
name = "ssetmask"
returnp = 1
}
-# stat _______________________________________________________
-#
-# asmlinkage long
-# sys_stat(char __user * filename,
-# struct __old_stat __user * statbuf)
-#
-probe syscall.stat = kernel.function("sys_stat") {
- name = "stat"
- filename_uaddr = $filename
- buf_uaddr = $statbuf
- argstr = ""
-}
-probe syscall.stat.return = kernel.function("sys_stat").return {
- name = "stat"
- returnp = 1
-}
+
# statfs _____________________________________________________
#
# asmlinkage long