Searched refs:kcov (Results 1 – 2 of 2) sorted by relevance
47 struct kcov { struct82 struct kcov *kcov; member97 struct kcov *saved_kcov;118 static struct kcov_remote *kcov_remote_add(struct kcov *kcov, u64 handle) in kcov_remote_add() argument128 remote->kcov = kcov; in kcov_remote_add()345 static void kcov_start(struct task_struct *t, struct kcov *kcov, in kcov_start() argument350 t->kcov = kcov; in kcov_start()364 t->kcov = NULL; in kcov_stop()382 static void kcov_reset(struct kcov *kcov) in kcov_reset() argument384 kcov->t = NULL; in kcov_reset()[all …]
87 obj-$(CONFIG_KCOV) += kcov.o