| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tools/kcovtrace: Fix the format of kcovtrace.c | Andrew Turner | 2019-06-11 | 1 | -1/+1 |
| | | |||||
| * | tools/kcovtrace: Fix cover type on FreeBSD and NetBSD | Andrew Turner | 2019-06-11 | 1 | -3/+5 |
| | | | | | It should be uint64_t as a 32 bit tool may be tracing a 64 bit kernel. | ||||
| * | make changes to prevent failing build | R3x | 2019-05-21 | 1 | -1/+7 |
| | | |||||
| * | tools/kcovtrace: add FreeBSD support | Michael Tuexen | 2019-01-14 | 1 | -4/+24 |
| | | | | | | KCOV support has been committed to FreeBSD in r342962. Therefore, allow this program to be run on FreeBSD. | ||||
| * | tools/kcovtrace: add missing include | Dmitry Vyukov | 2018-05-14 | 1 | -0/+1 |
| | | |||||
| * | tools/kcovtrace: add KCOV-based tracing utility | Dmitry Vyukov | 2017-01-20 | 1 | -0/+62 |
| kcovtrace is like strace but show kernel coverage collected with KCOV. It is very simplistic at this point and does not support multithreaded processes, etc. It can be used to understand, for example, exact location where kernel bails out with an error for a particular syscall. | |||||
