Lines Matching refs:stdout

272 		color_fprintf(stdout, PERF_COLOR_RED,  in perf_top__print_sym_table()
298 top->min_percent, stdout); in perf_top__print_sym_table()
307 fprintf(stdout, "\n%s: ", msg); in prompt_integer()
350 fprintf(stdout, "\n%s: ", msg); in perf_top__prompt_symbol()
387 fprintf(stdout, "\nMapped keys:\n"); in perf_top__print_mapped_keys()
388 fprintf(stdout, "\t[d] display refresh delay. \t(%d)\n", top->delay_secs); in perf_top__print_mapped_keys()
389 fprintf(stdout, "\t[e] display entries (lines). \t(%d)\n", top->print_entries); in perf_top__print_mapped_keys()
392 …fprintf(stdout, "\t[E] active event counter. \t(%s)\n", perf_evsel__name(top->sym… in perf_top__print_mapped_keys()
394 fprintf(stdout, "\t[f] profile display filter (count). \t(%d)\n", top->count_filter); in perf_top__print_mapped_keys()
396 fprintf(stdout, "\t[F] annotate display filter (percent). \t(%d%%)\n", top->sym_pcnt_filter); in perf_top__print_mapped_keys()
397 fprintf(stdout, "\t[s] annotate symbol. \t(%s)\n", name?: "NULL"); in perf_top__print_mapped_keys()
398 fprintf(stdout, "\t[S] stop annotation.\n"); in perf_top__print_mapped_keys()
400 fprintf(stdout, in perf_top__print_mapped_keys()
403 fprintf(stdout, in perf_top__print_mapped_keys()
406 fprintf(stdout, "\t[z] toggle sample zeroing. \t(%d)\n", top->zero ? 1 : 0); in perf_top__print_mapped_keys()
407 fprintf(stdout, "\t[qQ] quit.\n"); in perf_top__print_mapped_keys()
443 fprintf(stdout, "\nEnter selection, or unmapped key to continue: "); in perf_top__handle_keypress()
444 fflush(stdout); in perf_top__handle_keypress()
1317 sort__setup_elide(stdout); in cmd_top()