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

/linux-master/tools/perf/util/
H A Dtop.h37 bool use_tui; member in struct:perf_top
/linux-master/tools/perf/
H A Dbuiltin-annotate.c50 bool use_tui; member in struct:perf_annotate
771 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"),
930 else if (annotate.use_tui)
H A Dbuiltin-report.c80 bool use_tui; member in struct:report
1336 OPT_BOOLEAN(0, "tui", &report.use_tui, "Use the TUI interface"),
1653 else if (report.use_tui)
H A Dbuiltin-top.c1505 OPT_BOOLEAN(0, "tui", &top.use_tui, "Use the TUI interface"),
1726 else if (top.use_tui)

Completed in 195 milliseconds