diff options
author | hunt <hunt> | 2007-11-12 15:29:52 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-11-12 15:29:52 +0000 |
commit | e55ef4bcc7445ece7c84891edbddfc2682a1443e (patch) | |
tree | ccc0f43d098440c0455bb540d71ead9b9fee1760 | |
parent | 4405ffef373aa53bfc1e93f70d481dcb095397ed (diff) | |
download | systemtap-steved-e55ef4bcc7445ece7c84891edbddfc2682a1443e.tar.gz systemtap-steved-e55ef4bcc7445ece7c84891edbddfc2682a1443e.tar.xz systemtap-steved-e55ef4bcc7445ece7c84891edbddfc2682a1443e.zip |
2007-11-12 Martin Hunt <hunt@redhat.com>
* tapsets.cxx (build_blacklist): Add __raw_spin_is_locked.
-rw-r--r-- | tapsets.cxx | 1 |
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"); |