From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7E9D839551C4; Wed, 27 May 2020 20:36:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7E9D839551C4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1590611802; bh=jff+EicOKBJCrbKQLWSMui54NvRTfOC0zTs1muADshE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RSOhqWnG+DRMujQ/7PmAZbqFEEqk7dW1TPDTijMF2cEnvx+3Gs/9E8gq+4gFL1KTi s8PEdJGcdM9M/cFpabzOE7W8+KpVMFc7/UkWneI7S+UUeAAUB0d+CALiN3+xnYalvP d/p9IDVeSHZfkZoCnvW6xFENhkVr8vc4CEKx4HCQ= From: "qinzhao at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug gcov-profile/95348] GCC records zero functions and modules in the profiling data file, ICC does NOT Date: Wed, 27 May 2020 20:36:42 +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: qinzhao at gcc dot gnu.org 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, 27 May 2020 20:36:42 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95348 --- Comment #5 from qinzhao at gcc dot gnu.org --- (In reply to Martin Li=C5=A1ka from comment #4)>=20 > Can you please share some statistics how big are the files and how many r= uns do you merge? There were on the order of 10,000 processes. Source code coverage=20 approximately 20%. Size of the profiling data gathered in the vicinity of 1TB. > Would it be possible to share 'gcov-dump -l' for all your .gcda files? It is impossible since too many .gdca files, each process has one directory, there are over 10,000 directories and under each directory, there are over thousand .gdca files.=20 the situation is similar as the small testing case I added in the first comment. the functions and modules that do not execute have records in the .gdca file with zero counts.=