Re: deferred pages

2018-11-01 Thread Mulyadi Santosa
On Mon, Oct 29, 2018 at 1:51 AM Damian Tometzki wrote: > On So, 28. Okt 17:33, Damian Tometzki wrote: > Hello together, > > can anyone me short explain what is deferred page(s) ? > > Many thanks > > Best regards > Damian > > > ___ > Kernelnewbies

gcov tool data - for a specific kernel module

2018-11-01 Thread Muni Sekhar
Hi All, I’m trying to use the ‘gcov’ tool for an out-of-tree kernel module. For this, I configured the kernel with “CONFIG_DEBUGFS=y” , “CONFIG_GCOV_KERNEL=y” and mounted the debugfs. I noticed that “file.gcno” file generated by gcc when compiling with option -ftest-coverage. I’d like to know

gcov tool data - for a specific kernel module

2018-11-01 Thread Muni Sekhar
Hi All, I’m trying to use the ‘gcov’ tool for an out-of-tree kernel module. For this, I configured the kernel with “CONFIG_DEBUGFS=y” , “CONFIG_GCOV_KERNEL=y” and mounted the debugfs. I noticed that “file.gcno” file generated by gcc when compiling with option -ftest-coverage. I’d like to know