Re: strace "all" mask is not all

2018-08-27 Thread Corinna Vinschen
On Aug 26 06:56, Steven Penny wrote: > 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,mall

strace "all" mask is not all

2018-08-26 Thread Steven Penny
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 migh