Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:race_seq_bprintf - Write the printf string from binary arguments*@s: trace sequence descriptor*@fmt: The format string for the @binary arguments*@binary: The binary arguments for @fmt

Proto:void trace_seq_bprintf(struct trace_seq *s, const char *fmt, const unsigned int *binary)

Type:void

Parameter:

TypeParameterName
struct trace_seq *s
const char *fmt
const unsigned int *binary
180  save_len = len
182  If full Then Return
185  race_seq should work with being initialized with 0s.
187  seq_buf_bprintf( & seq, fmt, binary)
190  If Value for the false possibility is greater at compile time(seq_buf have a buffer that might overflow. When this happens* the len and size are set to be equal.) Then
191  len = save_len
192  full = 1
193  Return
Caller
NameDescribe
trace_bprint_printTRACE_BPRINT
trace_bprint_raw