]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - tools/perf/util/scripting-engines/trace-event-python.c
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)
commit33058b948e545a911e388e69b8be7274da158fb6
tree46f9908806f5f891983b5eb09524b9d521fb450c
parentd180ac14a95d738c2d2622db82c2212a8f998200
perf script: Move the number processing into its own function

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