Function report |
Source Code:include\linux\seq_buf.h |
Create Date:2022-07-28 05:58:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:seq_buf have a buffer that might overflow. When this happens* the len and size are set to be equal.
Proto:static inline bool seq_buf_has_overflowed(struct seq_buf *s)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_buf * | s |
Name | Describe |
---|---|
seq_buf_putmem_hex | seq_buf_putmem_hex - write raw memory into the buffer in ASCII hex*@s: seq_buf descriptor*@mem: The raw memory to write its hex ASCII representation of*@len: The length of the raw memory to copy (in bytes)* This is similar to seq_buf_putmem() except |
trace_seq_printf | race_seq_printf - sequence printing of trace information*@s: trace sequence descriptor*@fmt: printf format string* The tracer may use either sequence operations or its own* copy to user routines |
trace_seq_bitmask | race_seq_bitmask - write a bitmask array in its ASCII representation*@s: trace sequence descriptor*@maskp: points to an array of unsigned longs that represent a bitmask*@nmaskbits: The number of bits that are valid in @maskp |
trace_seq_vprintf | race_seq_vprintf - sequence printing of trace information*@s: trace sequence descriptor*@fmt: printf format string* The tracer may use either sequence operations or its own* copy to user routines |
trace_seq_bprintf | 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 |
trace_seq_putmem_hex | race_seq_putmem_hex - write raw memory into the buffer in ASCII hex*@s: trace sequence descriptor*@mem: The raw memory to write its hex ASCII representation of*@len: The length of the raw memory to copy (in bytes)* This is similar to trace_seq_putmem() |
trace_seq_path | race_seq_path - copy a path into the sequence buffer*@s: trace sequence descriptor*@path: path to write into the sequence buffer |
trace_seq_hex_dump | |
memory_stat_format |
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 |