From: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH 0/6] Fix some issues at gcov parse tool and add a new table on reports
Date: Thu, 22 Sep 2022 10:46:12 +0200 [thread overview]
Message-ID: <cover.1663836123.git.mchehab@kernel.org> (raw)
From: Mauro Carvalho Chehab <mchehab@kernel.org>
Patches 1 to 4 fix some bugs at the script, some of them causing it to crash.
Patch 5 address a GCC optimization-related issue, where the function is
renamed at the object file, gaining a .irda.<number> extension.
Patch 6 adds a new functionality at the tool when producing an HTML output.
It basically calculates the interception of all code coverage sets, and shows
how many functions are common to all sets and with one are unique to an
specific tests. It helps to discover cases where tests or test sets are not needed
to be taken into account when producing a report.
Mauro Carvalho Chehab (6):
scripts/code_cov_parse_info: avoid warning messages on parsing
scripts/code_cov_parse_info: fix --only-drm filtering rules
scripts/code_cov_parse_info: fix brf record handling
scripts/code_cov_parse_info: Fix indentation at the output html file
scripts/code_cov_parse_info: take gcc IPA optimizations into account
scripts/code_cov_parse_info: print common coverage and extra per
function
scripts/code_cov_parse_info | 111 ++++++++++++++++++++++++++++++++----
1 file changed, 99 insertions(+), 12 deletions(-)
--
2.37.2
next reply other threads:[~2022-09-22 8:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-22 8:46 Mauro Carvalho Chehab [this message]
2022-09-22 8:46 ` [igt-dev] [PATCH 1/6] scripts/code_cov_parse_info: avoid warning messages on parsing Mauro Carvalho Chehab
2022-09-22 8:46 ` [igt-dev] [PATCH 2/6] scripts/code_cov_parse_info: fix --only-drm filtering rules Mauro Carvalho Chehab
2022-09-22 8:46 ` [igt-dev] [PATCH 3/6] scripts/code_cov_parse_info: fix brf record handling Mauro Carvalho Chehab
2022-09-22 8:46 ` [igt-dev] [PATCH 4/6] scripts/code_cov_parse_info: Fix indentation at the output html file Mauro Carvalho Chehab
2022-10-05 20:05 ` Kamil Konieczny
2022-09-22 8:46 ` [igt-dev] [PATCH 5/6] scripts/code_cov_parse_info: take gcc IPA optimizations into account Mauro Carvalho Chehab
2022-09-22 8:46 ` [igt-dev] [PATCH 6/6] scripts/code_cov_parse_info: print common coverage and extra per function Mauro Carvalho Chehab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1663836123.git.mchehab@kernel.org \
--to=mauro.chehab@linux.intel.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox