summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index 7705711e..6e5f2146 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -1974,6 +1974,7 @@ dwarf_query::blacklisted_p(string const & funcname,
string filename_s = filename; // is passed as const char*
if (funcname == "do_IRQ" ||
funcname == "notifier_call_chain" ||
+ (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" ||