From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7705 invoked by alias); 24 May 2006 18:37:51 -0000 Received: (qmail 7688 invoked by uid 9156); 24 May 2006 18:37:51 -0000 Date: Wed, 24 May 2006 18:37:00 -0000 Message-ID: <20060524183751.7686.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sources.redhat.com Subject: src ./ChangeLog ./elaborate.cxx ./elaborate.h ... Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: X-SW-Source: 2006-q2/txt/msg00178.txt.bz2 List-Id: CVSROOT: /cvs/systemtap Module name: src Changes by: dsmith@sourceware.org 2006-05-24 18:37:51 Modified files: . : ChangeLog elaborate.cxx elaborate.h parse.cxx Added files: testsuite/parseko: twentytwo.stp testsuite/parseok: sixteen.stp Log message: 2006-05-24 David Smith * 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. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.398&r2=1.399 http://sourceware.org/cgi-bin/cvsweb.cgi/src/elaborate.cxx.diff?cvsroot=systemtap&r1=1.58&r2=1.59 http://sourceware.org/cgi-bin/cvsweb.cgi/src/elaborate.h.diff?cvsroot=systemtap&r1=1.28&r2=1.29 http://sourceware.org/cgi-bin/cvsweb.cgi/src/parse.cxx.diff?cvsroot=systemtap&r1=1.47&r2=1.48 http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/parseko/twentytwo.stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/parseok/sixteen.stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1