Searched refs:top_idx (Results 1 - 5 of 5) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dbrowser.c163 return browser->top_idx + row == browser->index;
229 browser->index = browser->top_idx = 0;
343 if (browser->top_idx < (u64)-offset)
344 offset = -browser->top_idx;
347 browser->top_idx += offset;
351 browser->seek(browser, browser->top_idx, SEEK_SET);
394 if (browser->index == browser->top_idx + browser->height) {
395 ++browser->top_idx;
403 if (browser->index < browser->top_idx) {
404 --browser->top_idx;
[all...]
H A Dbrowser.h17 u64 index, top_idx; member in struct:ui_browser
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dmap.c64 self->b.index = self->b.top_idx = *idx;
H A Dannotate.c305 browser->b.top_idx = browser->b.index = idx;
307 while (browser->b.top_idx != 0 && back != 0) {
313 --browser->b.top_idx;
390 off_t offset = browser->b.index - browser->b.top_idx;
403 browser->b.top_idx = bdl->idx - offset;
418 browser->b.top_idx = bdl->idx_asm - offset;
779 ui_helpline__fpush("%d: nr_ent=%d, height=%d, idx=%d, top_idx=%d, nr_asm_entries=%d",
783 browser->b.top_idx,
H A Dhists.c372 browser->b.top_idx,

Completed in 208 milliseconds