strace "all" mask is not all
Steven Penny
svnpenn@gmail.com
Sun Aug 26 19:04:00 GMT 2018
Apologies if I am doing something wrong, but it appears that the "all" mnemonic
for strace doesnt actually perform as advertised. At a minimum, it appears it
is missing "malloc":
$ strace -m all true | wc -l
223
$ strace -m all,malloc true | wc -l
306
I could understand if this might be intentional, maybe "malloc" adds a lot of
noise. but if that is the case i feel that "all" should be renamed to "default"
or similar, with an explanation of what "default" actually is. then perhaps a
true "all" could be added as well.
cheers
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
More information about the Cygwin
mailing list