perf script: Move the number processing into its own function
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Tue, 27 May 2014 16:14:33 +0000 (18:14 +0200)
committerJiri Olsa <jolsa@kernel.org>
Fri, 27 Jun 2014 09:14:57 +0000 (11:14 +0200)
I was going to change something here and the result was so much on the
right side of the screen that I decided to move that piece into its own
function.
This patch should make no function change except the moving the code
into its own function.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/n/1401207274-8170-1-git-send-email-bigeasy@linutronix.de
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
tools/perf/util/scripting-engines/trace-event-python.c