From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41708 invoked by alias); 26 Aug 2018 13:56:14 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 41698 invoked by uid 89); 26 Aug 2018 13:56:13 -0000 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 Received: from mail-oi0-f43.google.com (HELO mail-oi0-f43.google.com) (209.85.218.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 26 Aug 2018 13:56:12 +0000 Received: by mail-oi0-f43.google.com with SMTP id p84-v6so22967100oic.4 for ; Sun, 26 Aug 2018 06:56:12 -0700 (PDT) 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== Return-Path: Received: from 7QC (cpe-76-182-193-237.tx.res.rr.com. [76.182.193.237]) by smtp.gmail.com with ESMTPSA id k85-v6sm24366941oiy.2.2018.08.26.06.56.09 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 26 Aug 2018 06:56:09 -0700 (PDT) Message-ID: <5b82b179.1c69fb81.4f5e3.cbcf@mx.google.com> Date: Sun, 26 Aug 2018 19:04:00 -0000 From: Steven Penny To: cygwin@cygwin.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) X-SW-Source: 2018-08/txt/msg00332.txt.bz2 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