Home
last modified time | relevance | path

Searched refs:kcov (Results 1 – 2 of 2) sorted by relevance

/kernel/
Dkcov.c47 struct kcov { struct
82 struct kcov *kcov; member
97 struct kcov *saved_kcov;
118 static struct kcov_remote *kcov_remote_add(struct kcov *kcov, u64 handle) in kcov_remote_add() argument
128 remote->kcov = kcov; in kcov_remote_add()
345 static void kcov_start(struct task_struct *t, struct kcov *kcov, in kcov_start() argument
350 t->kcov = kcov; in kcov_start()
364 t->kcov = NULL; in kcov_stop()
382 static void kcov_reset(struct kcov *kcov) in kcov_reset() argument
384 kcov->t = NULL; in kcov_reset()
[all …]
DMakefile87 obj-$(CONFIG_KCOV) += kcov.o