Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dtop.h37 bool use_tui; member
/openbmc/linux/tools/perf/
H A Dbuiltin-annotate.c49 bool use_tui; member
549 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"), in cmd_annotate()
693 else if (annotate.use_tui) in cmd_annotate()
H A Dbuiltin-report.c79 bool use_tui; member
1262 OPT_BOOLEAN(0, "tui", &report.use_tui, "Use the TUI interface"), in cmd_report()
1579 else if (report.use_tui) in cmd_report()
H A Dbuiltin-top.c1505 OPT_BOOLEAN(0, "tui", &top.use_tui, "Use the TUI interface"), in cmd_top()
1726 else if (top.use_tui) in cmd_top()