[igt-dev] [PATCH 0/6] Fix some issues at gcov parse tool and add a new table on reports

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Thu Sep 22 08:46:12 UTC 2022


From: Mauro Carvalho Chehab <mchehab at 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




More information about the igt-dev mailing list