Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
struct seq_file *seq
intprefix_type
introwsize
intgroupsize
const void *buf
size_tlen
boolascii
266  If seq Then seq_hex_dump(seq, HEX_PREFIX, prefix_type, rowsize, groupsize, buf, len, ascii)
269  Else print_hex_dump - print a text hex dump to syslog for a binary blob of data*@level: kernel log level (e
Caller
NameDescribe
hex_dump_objectPrinting 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.