Searched refs:stdout_is_tty (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dcolor_config.c12 int perf_config_colorbool(const char *var, const char *value, int stdout_is_tty) argument
29 if (stdout_is_tty < 0)
30 stdout_is_tty = isatty(1);
31 if (stdout_is_tty || pager_in_use()) {
H A Dcolor.h36 int perf_config_colorbool(const char *var, const char *value, int stdout_is_tty);

Completed in 245 milliseconds