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

  /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/perf-3.12.0/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)
  /external/linux-tools-perf/perf-3.12.0/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
hist.c 756 hists->nr_entries += h->nr_rows;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
hists.c 201 browser->hists->nr_entries -= he->nr_rows;
204 he->nr_rows = callchain__count_rows(&he->sorted_chain);
206 he->nr_rows = 0;
207 browser->hists->nr_entries += he->nr_rows;
278 he->nr_rows = unfold ? n : 0;
280 he->nr_rows = 0;
292 hists->nr_entries += 1 + he->nr_rows;
373 h->row_offset, h->nr_rows);
927 u16 remaining = h->nr_rows - h->row_offset;
960 if (-offset > h->nr_rows) {
    [all...]

Completed in 361 milliseconds