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

Name:store_gcov_u32 - store 32 bit number in gcov format to buffer*@buffer: target buffer or NULL*@off: offset into the buffer*@v: value to be stored* Number format defined by gcc: numbers are recorded in the 32 bit* unsigned binary form of the endianness of

Proto:static size_t store_gcov_u32(void *buffer, size_t off, unsigned int v)

Type:size_t

Parameter:

TypeParameterName
void *buffer
size_toff
unsigned intv
397  If buffer Then
398  data = buffer + off
399  data = v
402  Return size of data
Caller
NameDescribe
convert_to_gcdavert_to_gcda - convert profiling data set to gcda file format*@buffer: the buffer to store file data or %NULL if no data should be stored*@info: profiling data set to be converted