Searched refs:use_tui (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/tools/perf/util/
H A Dtop.h29 bool use_tui, use_stdio; member in struct:perf_top
/linux-4.4.14/tools/perf/
H A Dbuiltin-annotate.c40 bool use_tui, use_stdio, use_gtk; member in struct:perf_annotate
311 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), cmd_annotate()
349 else if (annotate.use_tui) cmd_annotate()
H A Dbuiltin-report.c47 bool use_tui, use_gtk, use_stdio; member in struct:report
690 OPT_BOOLEAN(0, "tui", &report.use_tui, "Use the TUI interface"), cmd_report()
813 else if (report.use_tui) cmd_report()
H A Dbuiltin-top.c1162 OPT_BOOLEAN(0, "tui", &top.use_tui, "Use the TUI interface"), cmd_top()
1257 else if (top.use_tui) cmd_top()

Completed in 336 milliseconds