X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:subject:content-type; q=dns; s=default; b=ywfI0UiFw4WoRJyY4Rr1sBOA6g+u/s9ZU5mNUU8oqu7 0xeoUptbafiY9sZ2IJX5N/Mw945P+t/L/MIAjl7IpCPFnY1pHUN2n/z6MarLe5m0 JX36GpHvCek+TpTVNRl+jNmOkcmlsYbeiCiubCwZx8+y09qv8HCZRLqCFj16MN3k = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:subject:content-type; s=default; bh=tf//hBVGrT18+VvDK/23wGOyw7o=; b=Bb919CcaoIQ365qzZ JqOxRsgUKaFykqWKUZJemzM22GuyQqqi4dWM6drx5kzRGkEbmOIF+MBDRdFRLLRc bVVfcIWXhCCaF2XymHkDQZgCPkPXFUvyVV5i1uRxjKsaQnJJ0/Hd2Ca3uaxiF5Lc wM6fMzPepn1mFjZ/ZNNSt+xzik= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*MI:1c69fb81, H*M:1c69fb81, renamed, H*MI:google X-HELO: mail-oi0-f43.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:to:subject:user-agent; bh=IM+vtM0718ugB7OnV1fS8syaBU93BYFj0Lq/U8KL6sA=; b=OFkagN/9AKsBPvIE3LEBcucE4Uz7Hjgp6r/Ew7uzp+FWQyTsDID5X0fHEaEw3pS1kl /8RR1rFNSOUiKO/XmAFys28IT53RI3O7G4fVXWxIDS9YSTdxPZtxI5I6N8acNRqsyqor L496JvVZRxrgPC+MSzWInzCOcuNocWfe5mrGgRxbUCuAvOrGpZxrBkM7myQBCZ6qWcyI VRCNjcRCIirLQmpnaCebbXc/75ja7opu1Dk8ydMan8gGrNFP2mB0wryFizgg34KOuQ4E K7dcydpXRJknZ5A1M1QlY1ZaMD3MozE2Sw716D5XGAMg61tjHAu7O/zgyozY6YTTTdUz SCEw== Message-ID: <5b82b179.1c69fb81.4f5e3.cbcf@mx.google.com> Date: Sun, 26 Aug 2018 06:56:09 -0700 (PDT) From: Steven Penny To: cygwin AT cygwin DOT com Subject: strace "all" mask is not all Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.8.0 (cup.github.io/tryst) 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