Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
struct trace_seq * | s | |
const void * | mem | |
unsigned int | len |
264 | If full Then Return |
269 | If len > How much buffer is left on the trace_seq? (s) Then |
270 | full = 1 |
271 | Return |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |