Skip to content
Commit 0494e082 authored by Sergey Senozhatsky's avatar Sergey Senozhatsky Committed by Catalin Marinas
Browse files

kmemleak: Printing of the objects hex dump



Introducing 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 is less than or equal to (HEX_MAX_LINES * HEX_ROW_SIZE).

(slight adjustments by Catalin Marinas)

Signed-off-by: default avatarSergey Senozhatsky <sergey.senozhatsky@mail.by>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 008139d9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment