Searched defs:kcov (Results 1 – 2 of 2) sorted by relevance
47 struct kcov { struct57 enum kcov_mode mode; argument69 * Sequence is incremented each time kcov is reenabled, used by argument82 struct kcov *kcov; argument118 static struct kcov_remote *kcov_remote_add(struct kcov *kcov, u64 handle) in kcov_remote_add()345 static void kcov_start(struct task_struct *t, struct kcov *kcov, in kcov_start()382 static void kcov_reset(struct kcov *kcov) in kcov_reset()391 static void kcov_remote_reset(struct kcov *kcov) in kcov_remote_reset()410 static void kcov_disable(struct task_struct *t, struct kcov *kcov) in kcov_disable()419 static void kcov_get(struct kcov *kcov) in kcov_get()[all …]
1420 struct kcov *kcov; member