diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-07-08 13:04:10 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-07-08 13:09:36 -0400 |
commit | 665e12562a4aa4f40aeeed0cfd207b49f89c9fd1 (patch) | |
tree | 617016b8b0f71394217792ae7e571b4e40022383 /testsuite/buildok | |
parent | 619d9aaf011c975159a79d34259083a596162bf1 (diff) | |
download | systemtap-steved-665e12562a4aa4f40aeeed0cfd207b49f89c9fd1.tar.gz systemtap-steved-665e12562a4aa4f40aeeed0cfd207b49f89c9fd1.tar.xz systemtap-steved-665e12562a4aa4f40aeeed0cfd207b49f89c9fd1.zip |
PR3498 cont'd, fix wildcard module("*") probes
* dwflpp.cxx (name_has_wildcard): Make static.
(dwfl_report_offline_predicate): Check & adjust behavior.
* dwflpp.h: Corresponding changes.
* tapsets.cxx: Note that kern_dw[] keys may be wildcard strings.
* testsuite/buildok/fortysix.stp: New test.
Diffstat (limited to 'testsuite/buildok')
-rwxr-xr-x | testsuite/buildok/fortysix.stp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/buildok/fortysix.stp b/testsuite/buildok/fortysix.stp new file mode 100755 index 00000000..013ca5bc --- /dev/null +++ b/testsuite/buildok/fortysix.stp @@ -0,0 +1,3 @@ +#! stap -p4 +// PR 3498 + wildcarded modules +probe module("*scsi*").function("*").call { } |