Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:gcov_info_reset - reset profiling data to zero*@info: profiling data set

Proto:void gcov_info_reset(struct gcov_info *info)

Type:void

Parameter:

TypeParameterName
struct gcov_info *info
202  When fi_idx < n_functions cycle
203  ci_ptr = ctrs
205  When ct_idx < GCOV_COUNTERS cycle
209  memset(values, 0, sizeof(gcov_type) * num)
211  ci_ptr++