Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-annotate.c49 bool use_tui, use_stdio, use_stdio2, use_gtk; member
212 return ui__has_annotation() || ann->use_stdio2; in has_annotation()
301 if (!ann->use_stdio2) in hist_entry__tty_annotate()
509 OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"), in cmd_annotate()
613 if (annotate.use_stdio || annotate.use_stdio2) in cmd_annotate()
622 if ((use_browser == 1 || annotate.use_stdio2) && annotate.has_br_stack) { in cmd_annotate()