Home
last modified time | relevance | path

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

/kernel/
Dkcov.c46 struct kcov { struct
56 enum kcov_mode mode; argument
68 * Sequence is incremented each time kcov is reenabled, used by argument
81 struct kcov *kcov; argument
114 static struct kcov_remote *kcov_remote_add(struct kcov *kcov, u64 handle) in kcov_remote_add()
325 static void kcov_start(struct task_struct *t, struct kcov *kcov, in kcov_start()
362 static void kcov_reset(struct kcov *kcov) in kcov_reset()
371 static void kcov_remote_reset(struct kcov *kcov) in kcov_remote_reset()
390 static void kcov_disable(struct task_struct *t, struct kcov *kcov) in kcov_disable()
399 static void kcov_get(struct kcov *kcov) in kcov_get()
[all …]