Lines Matching refs:cout
207 cout << classes.cpuinfo << endl;
209 cout << classes.event << endl;
213 cout << classes.v[i].longname << endl;
227 cout << setw(9) << count << ' ';
229 cout << format_percent(ratio * 100, percent_int_width,
240 cout << '\t';
249 io_state state(cout);
251 cout.setf(ios::right, ios::adjustfield);
253 cout << setw(colwidth) << name.c_str();
254 cout << '|';
256 cout << '\n';
259 cout << '\t';
262 cout << " samples| ";
263 io_state state(cout);
265 cout.setf(ios::right, ios::adjustfield);
266 cout << setw(percent_width) << "%|";
269 cout << '\n';
272 cout << '\t';
275 cout << "-----------";
277 cout << str;
280 cout << '\n';
302 cout << '\t';
311 cout << get_filename(summ.lib_image);
312 cout << '\n';
335 cout << get_filename(app.image) << '\n';
408 xml_out->output(cout);
410 text_out->output(cout, symbols);
444 out.output(cout, symbols);
488 xml_out->output(cout);
490 text_out->output(cout, symbols);
589 cout.tie(0);