]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Move get_term_dimensions from top to util.c
authorDavid Ahern <dsahern@gmail.com>
Mon, 14 Jan 2013 17:48:01 +0000 (10:48 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 24 Jan 2013 19:40:34 +0000 (16:40 -0300)
commit3f918448602db16386899b605cd9a7935efb2315
tree7be870a45610585b34258b6a5da0551f5613e301
parent7e968cc5237be7d81febad219739005d508a9203
perf tools: Move get_term_dimensions from top to util.c

It is used by util/help.c so it should be a lib function and included in
libperf.a. Code move only.

Signed-off-by: David Ahern <dsahern@gmail.com>
Link: http://lkml.kernel.org/r/1358185681-90926-1-git-send-email-dsahern@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-top.c
tools/perf/perf.h
tools/perf/util/util.c
tools/perf/util/util.h