Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dcolor.c8 int perf_config_colorbool(const char *var, const char *value, int stdout_is_tty) in perf_config_colorbool() argument
25 if (stdout_is_tty < 0) in perf_config_colorbool()
26 stdout_is_tty = isatty(1); in perf_config_colorbool()
27 if (stdout_is_tty || (pager_in_use() && pager_use_color)) { in perf_config_colorbool()
Dcolor.h32 int perf_config_colorbool(const char *var, const char *value, int stdout_is_tty);