HomeSort by relevance Sort by last modified time
    Searched refs:print_entries (Results 1 - 5 of 5) sorted by null

  /external/linux-tools-perf/util/
top.h 48 int print_entries, count_filter, delay_secs; member in struct:perf_top
top.c 225 if (++printed > top->print_entries ||
hist.c 819 goto print_entries;
845 print_entries:
  /external/grub/stage2/
stage2.c 138 print_entries (int y, int size, int first, int entryno, char *menu_entries) function
342 print_entries (3, 12, first_entry, entryno, menu_entries);
432 print_entries (3, 12, first_entry, entryno,
459 print_entries (3, 12, first_entry, entryno, menu_entries);
474 print_entries (3, 12, first_entry, entryno, menu_entries);
487 print_entries (3, 12, first_entry, entryno, menu_entries);
560 print_entries (3, 12, first_entry, entryno, menu_entries);
  /external/linux-tools-perf/
builtin-top.c 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)
    [all...]

Completed in 217 milliseconds