Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Fault in a lazily-faulted vmalloc area before it can be used by* __santizer_cov_trace_pc(), to avoid recursion issues if any code on the* vmalloc fault handling path is instrumented.

Proto:static void kcov_fault_in_area(struct kcov *kcov)

Type:void

Parameter:

TypeParameterName
struct kcov *kcov
520  stride = PAGE_SIZE / sizeof(unsignedlong)
521  area = Coverage buffer shared with user space.
524  When offset < Size of arena (in long's). cycle READ_ONCE(area[offset])
Caller
NameDescribe
kcov_ioctl_locked