Home
last modified time | relevance | path

Searched refs:kcov_prepare_switch (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dkcov.h30 #define kcov_prepare_switch(t) \ macro
44 static inline void kcov_prepare_switch(struct task_struct *t) {} in kcov_prepare_switch() function
/Linux-v4.19/kernel/sched/
Dcore.c2607 kcov_prepare_switch(prev); in prepare_task_switch()