summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2007-11-12 14:49:52 -0500
committerFrank Ch. Eigler <fche@elastic.org>2007-11-12 14:49:52 -0500
commit3cf29fed2ae7b36527c95c93754a4c0b0e51e749 (patch)
treeccc0f43d098440c0455bb540d71ead9b9fee1760 /tapsets.cxx
parent5c2ebe0293f9fee77404d587a264b7c90fd8712a (diff)
parente55ef4bcc7445ece7c84891edbddfc2682a1443e (diff)
downloadsystemtap-steved-3cf29fed2ae7b36527c95c93754a4c0b0e51e749.tar.gz
systemtap-steved-3cf29fed2ae7b36527c95c93754a4c0b0e51e749.tar.xz
systemtap-steved-3cf29fed2ae7b36527c95c93754a4c0b0e51e749.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
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 989fbaa0..30a2c666 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -2357,6 +2357,7 @@ dwarf_query::build_blacklist()
// them here so the translator can block them on older kernels that
// don't have the __kprobes function decorator. This also allows
// detection of problems at translate- rather than run-time.
+ blacklisted_probes.insert("__raw_spin_is_locked");
blacklisted_probes.insert("atomic_notifier_call_chain");
blacklisted_probes.insert("default_do_nmi");
blacklisted_probes.insert("__die");