Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/
Dbuiltin-annotate.c52 bool use_stdio, use_stdio2; member
215 return ui__has_annotation() || ann->use_stdio2; in has_annotation()
304 if (!ann->use_stdio2) in hist_entry__tty_annotate()
534 OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"), in cmd_annotate()
653 if (annotate.use_stdio || annotate.use_stdio2) in cmd_annotate()
675 if ((use_browser == 1 || annotate.use_stdio2) && annotate.has_br_stack) in cmd_annotate()