Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/
Dkcov.c47 struct kcov { struct
57 enum kcov_mode mode; argument
69 * Sequence is incremented each time kcov is reenabled, used by argument
82 struct kcov *kcov; argument
118 static struct kcov_remote *kcov_remote_add(struct kcov *kcov, u64 handle) in kcov_remote_add()
346 static void kcov_start(struct task_struct *t, struct kcov *kcov, in kcov_start()
383 static void kcov_reset(struct kcov *kcov) in kcov_reset()
392 static void kcov_remote_reset(struct kcov *kcov) in kcov_remote_reset()
411 static void kcov_disable(struct task_struct *t, struct kcov *kcov) in kcov_disable()
420 static void kcov_get(struct kcov *kcov) in kcov_get()
[all …]
/linux-6.6.21/include/linux/
Dsched.h1422 struct kcov *kcov; member