Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kcov_stop

Proto:static void kcov_stop(struct task_struct *t)

Type:void

Parameter:

TypeParameterName
struct task_struct *t
330  WRITE_ONCE(kcov_mode, KCOV_MODE_DISABLED)
331  The "volatile" is due to gcc bugs ()
332  kcov_size = 0
333  kcov_area = NULL
Caller
NameDescribe
kcov_task_reset
kcov_remote_stopSee the comment before kcov_remote_start() for usage details.