HomeSort by relevance Sort by last modified time
    Searched defs:nr_rows (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/src/tools/perf/ui/stdio/
hist.c 385 int nr_rows = 0; local
436 if (max_rows && ++nr_rows >= max_rows)
474 if (max_rows && ++nr_rows >= max_rows)
478 if (max_rows && ++nr_rows >= max_rows)
503 if (max_rows && ++nr_rows >= max_rows)
  /system/extras/showslab/
showslab.c 274 unsigned int page_size = getpagesize() / 1024, nr_rows = DEF_NR_ROWS, i; local
282 nr_rows = (unsigned int) strtoul(argv[2], NULL, 0);
338 for (i = 0; i < nr_rows && p; i++) {
  /external/linux-tools-perf/src/tools/perf/util/
sort.h 75 * @nr_rows - rows expanded in callchain, recalculated on folding/unfolding
97 u16 nr_rows; member in struct:hist_entry

Completed in 821 milliseconds