Re: [PATCH 6/6] ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimal

From: Steven Rostedt
Date: Thu Aug 18 2016 - 22:40:28 EST


On Thu, 18 Aug 2016 17:59:21 +0900
Masami Hiramatsu <mhiramat@xxxxxxxxxx> wrote:

> Change kprobe/uprobe-tracer to show the arguments type-casted
> with u8/u16/u32/u64 in decimal digits instead of hexadecimal.
>
> To minimize compatibility issue, the arguments without type
> casting are typed by x64 (or x32 for 32bit arch) by default.
>
> Note: all arguments set by old perf probe without types are
> shown in decimal by default.
>
> Signed-off-by: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
> ---

Acked-by: Steven Rostedt <rostedt@xxxxxxxxxxx>

-- Steve