Searched refs:stdout_is_tty (Results 1 – 3 of 3) sorted by relevance
12 int perf_config_colorbool(const char *var, const char *value, int stdout_is_tty) in perf_config_colorbool() argument29 if (stdout_is_tty < 0) in perf_config_colorbool()30 stdout_is_tty = isatty(1); in perf_config_colorbool()31 if (stdout_is_tty || pager_in_use()) { in perf_config_colorbool()
36 int perf_config_colorbool(const char *var, const char *value, int stdout_is_tty);
48 return stdout_is_tty and verbose > 052 if verbose > 0 and stdout_is_tty:65 if stdout_is_tty:153 global verbose, _progress, _color, _stdout, stdout_is_tty161 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()