[PATCH] s390: increase cio_trace debug event size
Debugging events in cio_trace/hex_ascii are truncated for some trace entries. Increase trace event size to 16 bytes to cover longer text events, make CIO_HEX_EVENT an inline function that loops to cover bigger hex events. Signed-off-by: Peter Oberparleiter <peter.oberparleiter@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

zatwierdzone przez
Linus Torvalds

rodzic
a7fbf6bba7
commit
06fbcb104a
@@ -67,7 +67,7 @@ cio_debug_init (void)
|
||||
goto out_unregister;
|
||||
debug_register_view (cio_debug_msg_id, &debug_sprintf_view);
|
||||
debug_set_level (cio_debug_msg_id, 2);
|
||||
cio_debug_trace_id = debug_register ("cio_trace", 16, 4, 8);
|
||||
cio_debug_trace_id = debug_register ("cio_trace", 16, 4, 16);
|
||||
if (!cio_debug_trace_id)
|
||||
goto out_unregister;
|
||||
debug_register_view (cio_debug_trace_id, &debug_hex_ascii_view);
|
||||
|
Reference in New Issue
Block a user