aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kcov.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-10kcov: check kcov_softirq in kcov_remote_stop()Andrey Konovalov1-8/+18
2020-06-04kcov: collect coverage from interruptsAndrey Konovalov1-39/+155
2020-06-04kcov: use t->kcov_mode as enabled indicatorAndrey Konovalov1-9/+23
2020-06-04kcov: move t->kcov_sequence assignmentAndrey Konovalov1-1/+1
2020-06-04kcov: move t->kcov assignments into kcov_start/stopAndrey Konovalov1-9/+7
2020-06-04kcov: fix potential use-after-free in kcov_remote_startAndrey Konovalov1-6/+8
2020-06-04kcov: cleanup debug messagesAndrey Konovalov1-20/+2
2020-05-07kernel/kcov.c: fix typos in kcov_remote_start documentationMaciej Grochowski1-2/+2
2019-12-04kcov: remote coverage supportAndrey Konovalov1-35/+512
2019-03-07kcov: convert kcov.refcount to refcount_tElena Reshetova1-4/+5
2019-03-07kcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-4/+2
2019-01-04kernel/kcov.c: mark write_comp_data() as notraceAnders Roxell1-1/+1
2018-11-30kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notraceAnders Roxell1-2/+2
2018-06-15sched/core / kcov: avoid kcov_area during task switchMark Rutland1-1/+1
2018-06-15kcov: prefault the kcov_areaMark Rutland1-0/+16
2018-06-15kcov: ensure irq code sees a valid areaMark Rutland1-1/+2
2018-02-06kcov: detect double association with a single taskDmitry Vyukov1-2/+2
2017-12-14kcov: fix comparison callback signatureDmitry Vyukov1-2/+2
2017-11-17kcov: support comparison operands collectionVictor Chibotaru1-35/+179
2017-11-17kcov: remove pointless current != NULL checkAndrey Ryabinin1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08kcov: support compat processesDmitry Vyukov1-0/+1
2017-05-08kcov: simplify interrupt checkDmitry Vyukov1-8/+1
2016-12-20kcov: make kcov work properly with KASLR enabledAlexander Popov1-1/+7
2016-12-14kcov: add more missing includesKefeng Wang1-0/+5
2016-12-07kcov: add missing #include <linux/sched.h>Kefeng Wang1-0/+1
2016-10-27kcov: properly check if we are in an interruptAndrey Konovalov1-1/+8
2016-06-15kernel/kcov: unproxify debugfs file's fopsNicolai Stange1-1/+6
2016-04-28kcov: don't profile branches in kcovAndrey Ryabinin1-0/+1
2016-04-28kcov: don't trace the code coverage codeJames Morse1-1/+1
2016-03-22kernel: add kcov code coverageDmitry Vyukov1-0/+273