perf tools: Move term functions out of util.c
authorJosh Poimboeuf <jpoimboe@redhat.com>
Tue, 8 Dec 2015 04:21:42 +0000 (22:21 -0600)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 9 Dec 2015 16:42:02 +0000 (13:42 -0300)
commit1fe143c5f928e3d117355ce2655bac0eb80c1aa3
treedf1fbb6a11a025accf2556684d20e03d4a260506
parentde7cf7cadca3a3c32c1f1dbf4593a54f236e2dcf
perf tools: Move term functions out of util.c

The term functions are needed by help.c which is going to be moved into
a separate library.  Move them out of util.c and into their own file.

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/9a39c854dd156b55ebda57e427594c9a59dcb40f.1449548395.git.jpoimboe@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/Build
tools/perf/util/term.c [new file with mode: 0644]
tools/perf/util/term.h [new file with mode: 0644]
tools/perf/util/util.c
tools/perf/util/util.h