Home | History | Annotate | Download | only in linux-tools-perf

Lines Matching refs:print_entries

145 	top.print_entries = ws->ws_row;
147 if (top.print_entries > 9)
148 top.print_entries -= 9;
259 0, sym_pcnt_filter, top.print_entries, 4);
339 if (++printed > top.print_entries ||
452 fprintf(stdout, "\t[e] display entries (lines). \t(%d)\n", top.print_entries);
533 prompt_integer(&top.print_entries, "Enter display entries (lines)");
534 if (top.print_entries == 0) {
1057 OPT_INTEGER('E', "entries", &top.print_entries,
1159 if (top.print_entries == 0) {