Home
last modified time | relevance | path

Searched refs:print_entries (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/tools/perf/
Dbuiltin-top.c78 top->print_entries = top->winsize.ws_row - HEADER_LINE_NR; in perf_top__update_print_entries()
238 0, top->sym_pcnt_filter, top->print_entries, 4); in perf_top__show_details()
295 hists__output_recalc_col_len(hists, top->print_entries - printed); in perf_top__print_sym_table()
297 hists__fprintf(hists, false, top->print_entries - printed, win_width, in perf_top__print_sym_table()
389 fprintf(stdout, "\t[e] display entries (lines). \t(%d)\n", top->print_entries); in perf_top__print_mapped_keys()
463 prompt_integer(&top->print_entries, "Enter display entries (lines)"); in perf_top__handle_keypress()
464 if (top->print_entries == 0) { in perf_top__handle_keypress()
1158 OPT_INTEGER('E', "entries", &top.print_entries, in cmd_top()
1320 if (top.print_entries == 0) { in cmd_top()
/linux-4.4.14/tools/perf/util/
Dtop.h26 int print_entries, count_filter, delay_secs; member
/linux-4.4.14/tools/perf/ui/stdio/
Dhist.c400 goto print_entries; in hists__fprintf()
422 goto print_entries; in hists__fprintf()
452 print_entries: in hists__fprintf()