Function report |
Source Code:include\linux\trace_seq.h |
Create Date:2022-07-28 05:58:01 |
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_buffer_ptr - return pointer to next location in buffer*@s: trace sequence descriptor* Returns the pointer to the buffer where the next write to* the buffer will happen
Proto:static inline unsigned char *trace_seq_buffer_ptr(struct trace_seq *s)
Type:unsigned char
Parameter:
Type | Parameter | Name |
---|---|---|
struct trace_seq * | s |
57 | Return buffer + How much buffer was written? |
Name | Describe |
---|---|
trace_print_flags_seq | |
trace_print_symbols_seq | |
trace_print_flags_seq_u64 | |
trace_print_symbols_seq_u64 | |
trace_print_bitmask_seq | |
trace_print_hex_seq | race_print_hex_seq - print buffer as hex sequence*@p: trace seq struct to write to*@buf: The buffer to print*@buf_len: Length of @buf in bytes*@concatenate: Print @buf as single hex string or with spacing* Prints the passed buffer as a hex sequence either |
trace_print_array_seq | |
trace_print_hex_dump_seq |
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 |