summaryrefslogtreecommitdiffstats
path: root/tapset
diff options
context:
space:
mode:
authoreteo <eteo>2006-05-05 17:58:08 +0000
committereteo <eteo>2006-05-05 17:58:08 +0000
commit3897de04275daf1727e115e6bb7a5a4ae8fd46b3 (patch)
tree16e2dd3c90b326f00718c68c1c9416c837d34801 /tapset
parent4c82f679ba1653c28c22081117a5c4b6cb9e8984 (diff)
downloadsystemtap-steved-3897de04275daf1727e115e6bb7a5a4ae8fd46b3.tar.gz
systemtap-steved-3897de04275daf1727e115e6bb7a5a4ae8fd46b3.tar.xz
systemtap-steved-3897de04275daf1727e115e6bb7a5a4ae8fd46b3.zip
2006-05-05 Eugene Teo <eteo@redhat.com>
PR 2433 * tapsets.cxx (dwarf_query::blacklisted_p): Extend the list of blacklisted .return probes to include "do_exit". Correct funcname typo for "sys_groupexit". * tapset/syscalls.stp: Remove .return probe aliases of never- returning syscall.exit and syscall.exit_group calls.
Diffstat (limited to 'tapset')
-rw-r--r--tapset/syscalls.stp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tapset/syscalls.stp b/tapset/syscalls.stp
index 36903b57..7c1cb926 100644
--- a/tapset/syscalls.stp
+++ b/tapset/syscalls.stp
@@ -440,10 +440,6 @@ probe syscall.exit = kernel.function("do_exit") {
status = $code
argstr = string($code)
}
-probe syscall.exit.return = kernel.function("do_exit").return {
- name = "exit"
- retstr = returnstr(1)
-}
# exit_group _________________________________________________
/*
@@ -455,10 +451,6 @@ probe kernel.syscall.exit_group =
name = "exit_group"
status = $error_code
}
-probe kernel.syscall.exit_group.return =
- kernel.function("do_group_exit").return {
- name = "exit_group.return"
- }
# fadvise64 __________________________________________________
/*
* asmlinkage long