Re: [PATCH 4/4] tools lib traceevent: Fix and cleanup kvm_nested_vmexit tracepoints

From: Steven Rostedt
Date: Fri Jun 13 2014 - 09:59:40 EST


On Fri, 13 Jun 2014 18:55:37 +0900
Namhyung Kim <namhyung@xxxxxxxxxx> wrote:


> > {
> > - pevent_print_num_field(s, " rip %0x016llx", event, "rip", record, 1);
> > + pevent_print_num_field(s, "rip %lx ", event, "rip", record, 1);
>
> s/%lx/%llx/

I'll make this as a separate fix to keep the original patch as is.

>
> Otherwise this series and previous two cleanup patches look good to me.
>
> Acked-by: Namhyung Kim <namhyung@xxxxxxxxxx>
>

Thanks!

-- Steve

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/