Home
last modified time | relevance | path

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

/linux/kernel/
H A Dkcov.c48 struct kcov { struct
58 enum kcov_mode mode; argument
70 * Sequence is incremented each time kcov is reenabled, used by argument
83 struct kcov *kcov; argument
119 static struct kcov_remote *kcov_remote_add(struct kcov *kcov, u64 handle) in kcov_remote_add()
356 static void kcov_start(struct task_struct *t, struct kcov *kcov, in kcov_start()
393 static void kcov_reset(struct kcov *kcov) in kcov_reset()
402 static void kcov_remote_reset(struct kcov *kcov) in kcov_remote_reset()
421 static void kcov_disable(struct task_struct *t, struct kcov *kcov) in kcov_disable()
430 static void kcov_get(struct kcov *kcov) in kcov_get()
[all …]