Home
last modified time | relevance | path

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

/Linux-v5.4/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()
303 if (!ann->use_stdio2) in hist_entry__tty_annotate()
512 OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"), in cmd_annotate()
609 if (annotate.use_stdio || annotate.use_stdio2) in cmd_annotate()
618 if ((use_browser == 1 || annotate.use_stdio2) && annotate.has_br_stack) { in cmd_annotate()