Hi Chad,

Thanks for your help.

Looking at the gmatch it seems it really only provides wildcards which
already are described in dtrace wiki: "*" "?" "[!". Having only these I can't 
see the way how to construct pattern which would match every string except
"libc.so" and "libnsl.so". As this pattern matching lacks "logical or" the 
pattern
that will exclude libc will match nsl and vice vesa resulting in match of both 
libs that should be excluded.

I think with full-regexps this task would be easy to do.

Thanks,
J.

> Hmm, so looking further at this, it seems that you should be able to
> do this.  The code is using gmatch(3GEN) to match these patterns, so
> you should be able to use some convoluted shell globbing construct to
> do what you want.  For example, this should exclude libc (although it
> would also exclude libcfoo, so it's not a complete example):


_______________________________________________
dtrace-discuss mailing list
[email protected]

Reply via email to