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

/linux-master/tools/perf/
H A Dbuiltin-annotate.c52 bool use_stdio, use_stdio2; member in struct:perf_annotate
232 return ui__has_annotation() || ann->use_stdio2;
324 if (!ann->use_stdio2)
774 OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"),
927 if (annotate.use_stdio || annotate.use_stdio2)
962 if ((use_browser == 1 || annotate.use_stdio2) && annotate.has_br_stack)

Completed in 123 milliseconds