Function report |
Source Code:mm\kmemleak.c |
Create Date:2022-07-28 16:21:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:warn_or_seq_hex_dump
Proto:static void warn_or_seq_hex_dump(struct seq_file *seq, int prefix_type, int rowsize, int groupsize, const void *buf, size_t len, bool ascii)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | seq | |
int | prefix_type | |
int | rowsize | |
int | groupsize | |
const void * | buf | |
size_t | len | |
bool | ascii |
266 | If seq Then seq_hex_dump(seq, HEX_PREFIX, prefix_type, rowsize, groupsize, buf, len, ascii) |
Name | Describe |
---|---|
hex_dump_object | Printing of the objects hex dump to the seq file. The number of lines to be* printed is limited to HEX_MAX_LINES to prevent seq file spamming. The* actual number of printed bytes depends on HEX_ROW_SIZE. It must be called* with the object->lock held. |
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 |