aboutsummaryrefslogtreecommitdiff
path: root/kernel/kcov.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-20kcov: make kcov work properly with KASLR enabledGravatar Alexander Popov 1-1/+7
2016-12-14kcov: add more missing includesGravatar Kefeng Wang 1-0/+5
2016-12-07kcov: add missing #include <linux/sched.h>Gravatar Kefeng Wang 1-0/+1
2016-10-27kcov: properly check if we are in an interruptGravatar Andrey Konovalov 1-1/+8
2016-06-15kernel/kcov: unproxify debugfs file's fopsGravatar Nicolai Stange 1-1/+6
2016-04-28kcov: don't profile branches in kcovGravatar Andrey Ryabinin 1-0/+1
2016-04-28kcov: don't trace the code coverage codeGravatar James Morse 1-1/+1
2016-03-22kernel: add kcov code coverageGravatar Dmitry Vyukov 1-0/+273