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

/linux-master/tools/perf/
H A Dbuiltin-annotate.c54 bool use_stdio, use_stdio2; member in struct:perf_annotate
234 return ui__has_annotation() || ann->use_stdio2;
326 if (!ann->use_stdio2)
738 OPT_BOOLEAN(0, "stdio2", &annotate.use_stdio2, "Use the stdio interface"),
889 if (annotate.use_stdio || annotate.use_stdio2)
922 if ((use_browser == 1 || annotate.use_stdio2) && annotate.has_br_stack)

Completed in 205 milliseconds