summaryrefslogtreecommitdiff
path: root/kernel/kcov.c
AgeCommit message (Expand)Author
2018-02-06kcov: detect double association with a single taskDmitry Vyukov
2017-12-14kcov: fix comparison callback signatureDmitry Vyukov
2017-11-17kcov: support comparison operands collectionVictor Chibotaru
2017-11-17kcov: remove pointless current != NULL checkAndrey Ryabinin
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-08kcov: support compat processesDmitry Vyukov
2017-05-08kcov: simplify interrupt checkDmitry Vyukov
2016-12-20kcov: make kcov work properly with KASLR enabledAlexander Popov
2016-12-14kcov: add more missing includesKefeng Wang
2016-12-07kcov: add missing #include <linux/sched.h>Kefeng Wang
2016-10-27kcov: properly check if we are in an interruptAndrey Konovalov
2016-06-15kernel/kcov: unproxify debugfs file's fopsNicolai Stange
2016-04-28kcov: don't profile branches in kcovAndrey Ryabinin
2016-04-28kcov: don't trace the code coverage codeJames Morse
2016-03-22kernel: add kcov code coverageDmitry Vyukov