From: Jan Kiszka <[email protected]> Aligns trace-cmd with the behavior of the kernel.
Signed-off-by: Jan Kiszka <[email protected]> --- event-parse.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/event-parse.c b/event-parse.c index 606da5b..25e0874 100644 --- a/event-parse.c +++ b/event-parse.c @@ -3960,6 +3960,8 @@ static void print_str_arg(struct trace_seq *s, void *data, int size, break; } } + if (!flag) + trace_seq_printf(s, "0x%llx", val); break; case PRINT_HEX: if (arg->hex.field->type == PRINT_DYNAMIC_ARRAY) { -- 2.12.3

