Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:llvm_gcda_emit_function

Proto:void llvm_gcda_emit_function(unsigned int ident, const char *function_name, unsigned int func_checksum, u8 use_extra_checksum, unsigned int cfg_checksum)

Type:void

Parameter:

TypeParameterName
unsigned intident
const char *function_name
unsigned intfunc_checksum
u8use_extra_checksum
unsigned intcfg_checksum
120  info = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc).
122  If Not info Then Return
125  Initialization list head
126  ident = ident
127  checksum = func_checksum
128  use_extra_checksum = use_extra_checksum
129  cfg_checksum = cfg_checksum
130  If function_name Then function_name = kstrdup(function_name, GFP_KERNEL)
133  list_add_tail - add a new entry*@new: new entry to be added*@head: list head to add it before* Insert a new entry before the specified head.* This is useful for implementing queues.