On Monday 06 May 2013 11:21:13 Chris Metcalf wrote:
> -LC_ALL=C grep -x 'stat\(64\)\?("sample", {st_mode=S_IFREG|0644,
> st_size=46118400000, \.\.\.}) \+= 0' check.log > /dev/null ||
> +LC_ALL=C grep -x 'f\?stat\(at\)\?\(64\)\?(\(AT_FDCWD, \)\?"sample",
> {st_mode=S_IFREG|0644, st_size=46118400000, \.\.\.}\(,
0\)\?) \+= 0' check.log > /dev/null ||i know it's not a new issue w/your patch, but could you change this to use grep -E instead ? that will require a escaping the plain ( and ), but i think that's better since the current syntax is not in POSIX afaik and you end up with less total escapes ... LC_ALL=C grep -x 'f?stat(at)?(64)?\(((AT_FDCWD, )?"sample", ......... -mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
