summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tapsets.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index 89201cb2..835c426f 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -1987,8 +1987,7 @@ dwarf_query::blacklisted_p(string const & funcname,
funcname == "notifier_call_chain" ||
filename_s == "kernel/kprobes.c" ||
0 == fnmatch ("arch/*/kernel/kprobes.c", filename, 0) ||
- (has_return && (funcname == "sys_execve" || // bug #1345
- funcname == "sys_exit" ||
+ (has_return && (funcname == "sys_exit" ||
funcname == "sys_groupexit")))
{
if (sess.verbose)