summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index c23b8233..2fab6583 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -1981,8 +1981,9 @@ dwarf_query::blacklisted_p(string const & funcname,
(funcname == "__switch_to" && sess.architecture == "x86_64") ||
filename_s == "kernel/kprobes.c" ||
0 == fnmatch ("arch/*/kernel/kprobes.c", filename, 0) ||
- (has_return && (funcname == "sys_exit" ||
- funcname == "sys_groupexit")))
+ (has_return && (funcname == "do_exit" ||
+ funcname == "sys_exit" ||
+ funcname == "sys_exit_group")))
{
if (sess.verbose>1)
clog << "skipping function '" << funcname << "' file '"