]> sourceware.org Git - systemtap.git/commit - parse.cxx
2006-05-24 David Smith <dsmith@redhat.com>
authordsmith <dsmith>
Wed, 24 May 2006 18:37:50 +0000 (18:37 +0000)
committerdsmith <dsmith>
Wed, 24 May 2006 18:37:50 +0000 (18:37 +0000)
commita477f3f17daab73993ce765900e95cddc3463586
tree7f8184c086e4d831255f86ecc1b3cc095f01259d
parent357134252c66425e159c9eff011e35a70faf3e11
2006-05-24  David Smith  <dsmith@redhat.com>

* elaborate.cxx (isglob): New function.
(match_key::globmatch): New function.
(match_node::find_and_build): Uses isglob() and
match_key::globmatch() to provide support for wildcards such as
"kernel.syscall.*read*" (Bugzilla #1928).
* elaborate.h (match_key::globmatch): Added function declaration.
* parse.cxx (parser::parse_probe_point): Collects one or more
tokens into a single probe-point functor string.

* testsuite/parseko/twentytwo.stp: New file.
* testsuite/parseok/sixteen.stp: New file.
ChangeLog
elaborate.cxx
elaborate.h
parse.cxx
testsuite/parseko/twentytwo.stp [new file with mode: 0755]
testsuite/parseok/sixteen.stp [new file with mode: 0755]
This page took 0.02656 seconds and 5 git commands to generate.