函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_seq.c Create Date:2022-07-27 13:12:22
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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

函数原型:void trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len)

返回类型:void

参数:

类型参数名称
struct trace_seq *s
const void *mem
unsigned intlen
264  如果full则返回
267  race_seq should work with being initialized with 0s.
269  如果len大于How much buffer is left on the trace_seq? (s)则
270  full等于1
271  返回
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