tools lib traceevent: Fix format in plugin_kvm
authorSteven Rostedt <rostedt@goodmis.org>
Fri, 13 Jun 2014 14:31:27 +0000 (10:31 -0400)
committerJiri Olsa <jolsa@kernel.org>
Thu, 19 Jun 2014 16:18:33 +0000 (18:18 +0200)
The format field argument passed to the format
in pevent_print_num_field() will be of type long long. That means that
%ll must be used instead of %l.

Acked-by: Namhyung Kim <namhyung@kernel.org>
Reported-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/r/20140613103127.1a9bdee7@gandalf.local.home
Signed-off-by: Jiri Olsa <jolsa@kernel.org>

No differences found