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
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
2 matches
Mail list logo