<div dir="ltr">Hi All,<br><br>I’m trying to use the ‘gcov’ tool for an out-of-tree kernel module.<br><br>For this, I configured the kernel with “CONFIG_DEBUGFS=y” , “CONFIG_GCOV_KERNEL=y” and mounted the debugfs.<br><br>I noticed that “file.gcno” file generated by gcc when compiling with<br>option -ftest-coverage. I’d like to know how to generate “file.gcda”?<br><br>I’ve few test utilities(ELF 64-bit LSB  executables and python test<br>scripts) to test our driver. I’d like to understand how to get the<br>code coverage data for my driver on running my test scripts, can<br>someone please clarify me on this?<br><br>-- <br>Thanks,<br>Sekhar</div>