Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:gcov_info_add - add up profiling data*@dest: profiling data set to which data is added*@source: profiling data set which is added* Adds profiling counts of @source to @dest.

Proto:void gcov_info_add(struct gcov_info *dest, struct gcov_info *source)

Type:void

Parameter:

TypeParameterName
struct gcov_info *dest
struct gcov_info *source
219  When i < Determine number of active counters. Based on gcc magic. cycle
220  When j < num cycle
221  values[j] += values[j]