Lines Matching refs:stdout
298 color_fprintf(stdout, PERF_COLOR_RED, "WARNING:");
351 percent_color_fprintf(stdout, "%4.1f%%", pcnt);
368 fprintf(stdout, "\n%s: ", msg);
409 fprintf(stdout, "\n%s: ", msg);
450 fprintf(stdout, "\nMapped keys:\n");
451 fprintf(stdout, "\t[d] display refresh delay. \t(%d)\n", top.delay_secs);
452 fprintf(stdout, "\t[e] display entries (lines). \t(%d)\n", top.print_entries);
455 fprintf(stdout, "\t[E] active event counter. \t(%s)\n", event_name(top.sym_evsel));
457 fprintf(stdout, "\t[f] profile display filter (count). \t(%d)\n", top.count_filter);
459 fprintf(stdout, "\t[F] annotate display filter (percent). \t(%d%%)\n", sym_pcnt_filter);
460 fprintf(stdout, "\t[s] annotate symbol. \t(%s)\n", name?: "NULL");
461 fprintf(stdout, "\t[S] stop annotation.\n");
464 fprintf(stdout, "\t[w] toggle display weighted/count[E]r. \t(%d)\n", top.display_weighted ? 1 : 0);
466 fprintf(stdout,
469 fprintf(stdout,
472 fprintf(stdout, "\t[z] toggle sample zeroing. \t(%d)\n", top.zero ? 1 : 0);
473 fprintf(stdout, "\t[qQ] quit.\n");
508 fprintf(stdout, "\nEnter selection, or unmapped key to continue: ");
509 fflush(stdout);