Home
last modified time | relevance | path

Searched refs:row_offset (Results 1 – 3 of 3) sorted by relevance

/tools/perf/ui/browsers/
Dhists.c438 h->row_offset, h->nr_rows); in hist_browser__run()
485 off_t row_offset; member
584 if (arg->row_offset != 0) { in hist_browser__show_callchain()
585 arg->row_offset--; in hist_browser__show_callchain()
733 off_t row_offset = entry->row_offset; in hist_browser__show_entry() local
747 if (row_offset == 0) { in hist_browser__show_entry()
801 --row_offset; in hist_browser__show_entry()
806 .row_offset = row_offset, in hist_browser__show_entry()
981 h->row_offset = 0; in ui_browser__hists_seek()
1001 u16 remaining = h->nr_rows - h->row_offset; in ui_browser__hists_seek()
[all …]
/tools/perf/util/
Dsort.h100 u16 row_offset; member
Dhist.c1166 h->row_offset = 0; in hists__remove_entry_filter()