Function report |
Source Code:kernel\kcov.c |
Create Date:2022-07-28 11:33:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kcov_task_exit
Proto:void kcov_task_exit(struct task_struct *t)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | t |
406 | If (kcov == NULL) Then Return |
410 | kcov_debug("t = %px, kcov->t = %px\n", t, Task for which we collect coverage, or NULL. ) |
432 | If WARN_ON(Task for which we collect coverage, or NULL. != t) Then |
434 | Return |
437 | kcov_disable(t, kcov) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |