Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\kcov.c Create Date:2022-07-28 11:33:45
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kcov_disable

Proto:static void kcov_disable(struct task_struct *t, struct kcov *kcov)

Type:void

Parameter:

TypeParameterName
struct task_struct *t
struct kcov *kcov
380  kcov_task_reset(t)
381  If Collecting coverage from remote (background) threads. Then kcov_remote_reset(kcov)
383  Else kcov_reset(kcov)
Caller
NameDescribe
kcov_task_exit
kcov_ioctl_locked