Searched refs:use_tui (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | top.h | 36 bool use_tui, use_stdio; member
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-annotate.c | 49 bool use_tui, use_stdio, use_stdio2, use_gtk; member 507 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate() 615 else if (annotate.use_tui) in cmd_annotate()
|
| H A D | builtin-report.c | 74 bool use_tui, use_gtk, use_stdio; member 1191 OPT_BOOLEAN(0, "tui", &report.use_tui, "Use the TUI interface"), in cmd_report() 1482 else if (report.use_tui) in cmd_report()
|
| H A D | builtin-top.c | 1496 OPT_BOOLEAN(0, "tui", &top.use_tui, "Use the TUI interface"), in cmd_top() 1666 else if (top.use_tui) in cmd_top()
|