On Thu, 18 Aug 2016 17:59:21 +0900 Masami Hiramatsu <mhira...@kernel.org> 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 <mhira...@kernel.org> > --- Acked-by: Steven Rostedt <rost...@goodmis.org> -- Steve