Searched refs:use_tui (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | top.h | 37 bool use_tui; member
|
| /linux/tools/perf/ |
| H A D | builtin-annotate.c | 52 bool use_tui; 717 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate() 896 else if (annotate.use_tui) in cmd_annotate() 53 bool use_tui; global() member
|
| H A D | builtin-report.c | 81 bool use_tui; member 1356 OPT_BOOLEAN(0, "tui", &report.use_tui, "Use the TUI interface"), in cmd_report() 1703 else if (report.use_tui) in cmd_report()
|
| H A D | builtin-top.c | 1535 OPT_BOOLEAN(0, "tui", &top.use_tui, "Use the TUI interface"), in cmd_top() 1786 else if (top.use_tui) in cmd_top()
|