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

Name:race_seq_putmem - write raw data into the trace_seq buffer*@s: trace sequence descriptor*@mem: The raw memory to copy into the buffer*@len: The length of the raw memory to copy (in bytes)* There may be cases where raw memory needs to be written into the

Proto:void trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len)

Type:void

Parameter:

TypeParameterName
struct trace_seq *s
const void *mem
unsigned intlen
264  If full Then Return
267  race_seq should work with being initialized with 0s.
269  If len > How much buffer is left on the trace_seq? (s) Then
270  full = 1
271  Return
274  seq_buf_putmem - write raw data into the sequenc buffer*@s: seq_buf descriptor*@mem: The raw memory to copy into the buffer*@len: The length of the raw memory to copy (in bytes)* There may be cases where raw memory needs to be written into the