From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 38F5138930C9; Wed, 6 May 2020 13:52:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 38F5138930C9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1588773177; bh=rkG2pdVZnKitEpQE3LM4puAYz1WZMuzfIpCmNbfB7wk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XF7MxH+tSn3vLl4LUTR57zjRkkmqO6EmM5LLbGCfWIGqbGUoZFuF6KAVur5cwM/Yl MjtRCHgiOYb55UYGEobkLcvaVTfQ9dHKRxNTPdGxHVMtEvEecII+ce+sWGfmR0pJK9 Ph3fl6VsW+0wi6OpHQRzoGaqcRHnNKNDQmqbzRyQ= From: "myron.walker at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug gcov-profile/94928] Doc comments in gcov-io.h do not show cwd and unexec blocks in the Notes file format Date: Wed, 06 May 2020 13:52:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: gcov-profile X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: myron.walker at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 May 2020 13:52:57 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94928 --- Comment #6 from Myron Walker --- I use the gcno file to build a the graph, pull counters from the gcda files= and then solve the graph for the missing counts. I am merging the data from multiple gcda sources. Multiple nodes running the same software.=