public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* strace "all" mask is not all
@ 2018-08-26 19:04 Steven Penny
  2018-08-27 14:55 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Steven Penny @ 2018-08-26 19:04 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-27  9:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-26 19:04 strace "all" mask is not all Steven Penny
2018-08-27 14:55 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).