summaryrefslogtreecommitdiffstats
path: root/kernel/kcov.c
Commit message (Expand)AuthorAgeFilesLines
* kcov: convert kcov.refcount to refcount_tElena Reshetova2019-03-081-4/+5
* kcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-03-081-4/+2Star
* kernel/kcov.c: mark write_comp_data() as notraceAnders Roxell2019-01-041-1/+1
* kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notraceAnders Roxell2018-11-301-2/+2
* sched/core / kcov: avoid kcov_area during task switchMark Rutland2018-06-151-1/+1
* kcov: prefault the kcov_areaMark Rutland2018-06-151-0/+16
* kcov: ensure irq code sees a valid areaMark Rutland2018-06-151-1/+2
* kcov: detect double association with a single taskDmitry Vyukov2018-02-071-2/+2
* kcov: fix comparison callback signatureDmitry Vyukov2017-12-151-2/+2
* kcov: support comparison operands collectionVictor Chibotaru2017-11-181-35/+179
* kcov: remove pointless current != NULL checkAndrey Ryabinin2017-11-181-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-091-0/+1
* kcov: simplify interrupt checkDmitry Vyukov2017-05-091-8/+1Star
* kcov: make kcov work properly with KASLR enabledAlexander Popov2016-12-201-1/+7
* kcov: add more missing includesKefeng Wang2016-12-151-0/+5
* kcov: add missing #include <linux/sched.h>Kefeng Wang2016-12-081-0/+1
* kcov: properly check if we are in an interruptAndrey Konovalov2016-10-281-1/+8
* kernel/kcov: unproxify debugfs file's fopsNicolai Stange2016-06-151-1/+6
* kcov: don't profile branches in kcovAndrey Ryabinin2016-04-291-0/+1
* kcov: don't trace the code coverage codeJames Morse2016-04-291-1/+1
* kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+273