Lines Matching refs:stdout

268 		color_fprintf(stdout, PERF_COLOR_RED,  in perf_top__print_sym_table()
292 top->min_percent, stdout); in perf_top__print_sym_table()
301 fprintf(stdout, "\n%s: ", msg); in prompt_integer()
344 fprintf(stdout, "\n%s: ", msg); in perf_top__prompt_symbol()
381 fprintf(stdout, "\nMapped keys:\n"); in perf_top__print_mapped_keys()
382 fprintf(stdout, "\t[d] display refresh delay. \t(%d)\n", top->delay_secs); in perf_top__print_mapped_keys()
383 fprintf(stdout, "\t[e] display entries (lines). \t(%d)\n", top->print_entries); in perf_top__print_mapped_keys()
386 …fprintf(stdout, "\t[E] active event counter. \t(%s)\n", perf_evsel__name(top->sym… in perf_top__print_mapped_keys()
388 fprintf(stdout, "\t[f] profile display filter (count). \t(%d)\n", top->count_filter); in perf_top__print_mapped_keys()
390 fprintf(stdout, "\t[F] annotate display filter (percent). \t(%d%%)\n", top->sym_pcnt_filter); in perf_top__print_mapped_keys()
391 fprintf(stdout, "\t[s] annotate symbol. \t(%s)\n", name?: "NULL"); in perf_top__print_mapped_keys()
392 fprintf(stdout, "\t[S] stop annotation.\n"); in perf_top__print_mapped_keys()
394 fprintf(stdout, in perf_top__print_mapped_keys()
397 fprintf(stdout, in perf_top__print_mapped_keys()
400 fprintf(stdout, "\t[z] toggle sample zeroing. \t(%d)\n", top->zero ? 1 : 0); in perf_top__print_mapped_keys()
401 fprintf(stdout, "\t[qQ] quit.\n"); in perf_top__print_mapped_keys()
437 fprintf(stdout, "\nEnter selection, or unmapped key to continue: "); in perf_top__handle_keypress()
438 fflush(stdout); in perf_top__handle_keypress()
1255 sort__setup_elide(stdout); in cmd_top()