]> git.baikalelectronics.ru Git - kernel.git/commit
perf hists: Move column length calculation out of hists__inc_stats()
authorNamhyung Kim <namhyung@kernel.org>
Thu, 24 Apr 2014 07:25:19 +0000 (16:25 +0900)
committerJiri Olsa <jolsa@kernel.org>
Thu, 24 Apr 2014 14:30:58 +0000 (16:30 +0200)
commita2a43c7d50eadbc3215a3cc2bb4049ffc937e4b6
tree4a4ab931c3451d0cb406113dab40b3cf8b5ee66e
parentf332e90da8fb6f5d42e3d5e7261bfb1eff0719da
perf hists: Move column length calculation out of hists__inc_stats()

It's not the part of logic of hists__inc_stats() so it'd be better to
move it out of the function.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1398327843-31845-4-git-send-email-namhyung@kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
tools/perf/builtin-diff.c
tools/perf/util/hist.c