HomeSort by relevance Sort by last modified time
    Searched refs:use_tui (Results 1 - 4 of 4) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
top.h 28 bool use_tui, use_stdio; member in struct:perf_top
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-annotate.c 37 bool force, use_tui, use_stdio, use_gtk; member in struct:perf_annotate
301 OPT_BOOLEAN(0, "tui", &annotate.use_tui, "Use the TUI interface"),
333 else if (annotate.use_tui)
builtin-report.c 43 bool force, use_tui, use_gtk, use_stdio; member in struct:perf_report
782 OPT_BOOLEAN(0, "tui", &report.use_tui, "Use the TUI interface"),
855 else if (report.use_tui)
builtin-top.c 1107 OPT_BOOLEAN(0, "tui", &top.use_tui, "Use the TUI interface"),
1169 else if (top.use_tui)

Completed in 287 milliseconds