From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A47F13858C52; Wed, 21 Sep 2022 21:44:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A47F13858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663796671; bh=XyCC2dvvmHY1GLbDlyXWWuERF3kUw+o9ftPHXMA7/Kc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yGQq6d5KQ3WX2rUte5hJYT7gWW4LpJZtP/pYiMiwlt7KpGmvYHNO0puxJFXC8Tp7j 2PZrhw9Gx259FX++Q22u4N/pWB6WQAzc+mzwfnaxlfD30IgYuAq3xnZiXblTuMjkld 0AiR76R9ezYCje+kVMeCbOPy9Cso/Kn9DpmWonaI= From: "hiraditya at msn dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/95565] [Feature request] add a flag to only instrument function entry. Date: Wed, 21 Sep 2022 21:44:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: hiraditya at msn dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95565 --- Comment #2 from AK --- clang has `-finstrument-function-entry-bare` to this effect:=20 https://reviews.llvm.org/D40276=