Author :
anton
Date :
2020-10-03 07:31:12
Hash :84cad3c2 Message :Collect coverage from interrupts. Currently limited to remote sections
which allows coverage of timeouts executed from softclock to be
collected.
During boot, a dedicated coverage buffer per CPU is allocated which is
used to collect coverage in interrupts.
The kcov implementation in Linux recently added the same functionality.
ok mpi@