Searched refs:print_entries (Results 1 – 2 of 2) sorted by relevance
/tools/perf/util/ |
D | top.h | 33 int print_entries, count_filter, delay_secs; member
|
/tools/perf/ |
D | builtin-top.c | 93 top->print_entries = top->winsize.ws_row - HEADER_LINE_NR; in perf_top__update_print_entries() 346 hists__output_recalc_col_len(hists, top->print_entries - printed); in perf_top__print_sym_table() 348 hists__fprintf(hists, false, top->print_entries - printed, win_width, in perf_top__print_sym_table() 440 fprintf(stdout, "\t[e] display entries (lines). \t(%d)\n", top->print_entries); in perf_top__print_mapped_keys() 514 prompt_integer(&top->print_entries, "Enter display entries (lines)"); in perf_top__handle_keypress() 515 if (top->print_entries == 0) { in perf_top__handle_keypress() 1467 OPT_INTEGER('E', "entries", &top.print_entries, in cmd_top() 1673 if (top.print_entries == 0) { in cmd_top()
|