/external/linux-tools-perf/ |
builtin-annotate.c | 41 static bool force, use_tui, use_stdio; variable 253 OPT_BOOLEAN(0, "tui", &use_tui, "Use the TUI interface"), 276 else if (use_tui)
|
builtin-report.c | 46 static bool force, use_tui, use_stdio; variable 437 OPT_BOOLEAN(0, "tui", &use_tui, "Use the TUI interface"), 475 else if (use_tui)
|
builtin-top.c | 97 static bool use_tui, use_stdio; variable 1061 OPT_BOOLEAN(0, "tui", &use_tui, "Use the TUI interface"), 1092 else if (use_tui)
|