diff options
author | Josh Poimboeuf <jpoimboe@redhat.com> | 2015-12-07 23:21:42 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2015-12-09 11:42:02 -0500 |
commit | 1fe143c5f928e3d117355ce2655bac0eb80c1aa3 (patch) | |
tree | df1fbb6a11a025accf2556684d20e03d4a260506 /tools/perf/util/util.h | |
parent | de7cf7cadca3a3c32c1f1dbf4593a54f236e2dcf (diff) |
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>
Diffstat (limited to 'tools/perf/util/util.h')
-rw-r--r-- | tools/perf/util/util.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h index dcc659017976..150858f3b4f0 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h | |||
@@ -53,6 +53,7 @@ | |||
53 | #include <stdlib.h> | 53 | #include <stdlib.h> |
54 | #include <stdarg.h> | 54 | #include <stdarg.h> |
55 | #include <string.h> | 55 | #include <string.h> |
56 | #include <term.h> | ||
56 | #include <errno.h> | 57 | #include <errno.h> |
57 | #include <limits.h> | 58 | #include <limits.h> |
58 | #include <sys/param.h> | 59 | #include <sys/param.h> |
@@ -282,9 +283,6 @@ void sighandler_dump_stack(int sig); | |||
282 | extern unsigned int page_size; | 283 | extern unsigned int page_size; |
283 | extern int cacheline_size; | 284 | extern int cacheline_size; |
284 | 285 | ||
285 | void get_term_dimensions(struct winsize *ws); | ||
286 | void set_term_quiet_input(struct termios *old); | ||
287 | |||
288 | struct parse_tag { | 286 | struct parse_tag { |
289 | char tag; | 287 | char tag; |
290 | int mult; | 288 | int mult; |