[igt-dev] [PATCH i-g-t 00/12] Improve code coverage tool

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Tue Jan 17 14:05:55 UTC 2023


From: Mauro Carvalho Chehab <mchehab at kernel.org>

Add several new features to code_cov_parse_info:
- Add experimental support for using JSON files directly,
  without needing to use lcov tool;
- The tool can now store files in gzipped format;
- Add better support for filtering and working with branches;
- Add experimental support for filtering data from the
  upcoming Xe driver.

Mauro Carvalho Chehab (12):
  code_cov_parse_info: silent some messages by default
  code_cov_parse_info: do some renames to make it more coherent
  code_cov_parse_info: use numberic sort for line numbers
  code_cov_parse_info: better handle include regexes
  code_cov_parse_info: add a tool to analyze branch coverage
  code_cov_parse_info: add support for parsing JSON files
  code_cov_parse_info: add support for compressed files
  code_cov_parse_info: allow specifying the source directory
  code_cov_parse_info: better handle branch filtering
  code_cov_parse_info: filter out branches from headers by default
  code_cov_parse_info: add support for filtering branches
  code_cov_parse_info: add support for filtering Xe driver data

 scripts/code_cov_parse_info | 881 +++++++++++++++++++++++++++++++-----
 1 file changed, 768 insertions(+), 113 deletions(-)

-- 
2.39.0



More information about the igt-dev mailing list