summaryrefslogtreecommitdiffstats
path: root/kernel/kcov.c
Commit message (Expand)AuthorAgeFilesLines
* kcov: detect double association with a single taskDmitry Vyukov2018-02-061-2/+2
* kcov: fix comparison callback signatureDmitry Vyukov2017-12-141-2/+2
* kcov: support comparison operands collectionVictor Chibotaru2017-11-171-35/+179
* kcov: remove pointless current != NULL checkAndrey Ryabinin2017-11-171-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* kcov: support compat processesDmitry Vyukov2017-09-081-0/+1
* kcov: simplify interrupt checkDmitry Vyukov2017-05-081-8/+1
* kcov: make kcov work properly with KASLR enabledAlexander Popov2016-12-201-1/+7
* kcov: add more missing includesKefeng Wang2016-12-141-0/+5
* kcov: add missing #include <linux/sched.h>Kefeng Wang2016-12-071-0/+1
* kcov: properly check if we are in an interruptAndrey Konovalov2016-10-271-1/+8
* kernel/kcov: unproxify debugfs file's fopsNicolai Stange2016-06-151-1/+6
* kcov: don't profile branches in kcovAndrey Ryabinin2016-04-281-0/+1
* kcov: don't trace the code coverage codeJames Morse2016-04-281-1/+1
* kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+273