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:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:gcov_info_within_module - check if a profiling data set belongs to a module*@info: profiling data set*@mod: module* Returns true if profiling data belongs module, false otherwise.

Proto:bool gcov_info_within_module(struct gcov_info *info, struct module *mod)

Type:bool

Parameter:

TypeParameterName
struct gcov_info *info
struct module *mod
162  Return within_module((unsignedlong)info, mod)