Searched refs:top_idx (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/perf/ui/ |
| H A D | browser.c | 191 return browser->top_idx + row == browser->index; in ui_browser__is_current_entry() 266 browser->index = browser->top_idx = 0; in ui_browser__reset_index() 385 if (browser->top_idx < (u64)-offset) in ui_browser__update_nr_entries() 386 offset = -browser->top_idx; in ui_browser__update_nr_entries() 389 browser->top_idx += offset; in ui_browser__update_nr_entries() 393 browser->seek(browser, browser->top_idx, SEEK_SET); in ui_browser__update_nr_entries() 437 if (browser->index == browser->top_idx + browser->rows) { in ui_browser__run() 438 ++browser->top_idx; in ui_browser__run() 446 if (browser->index < browser->top_idx) { in ui_browser__run() 447 --browser->top_idx; in ui_browser__run() [all...] |
| H A D | browser.h | 18 u64 index, top_idx; member
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | iowait.c | 116 uint idx, uint top_idx) in iowait_priority_update_top() argument 127 return top_idx; in iowait_priority_update_top()
|
| /linux/tools/perf/ui/browsers/ |
| H A D | annotate.c | 310 browser->b.top_idx = browser->b.index = idx; in annotate_browser__set_top() 312 while (browser->b.top_idx != 0 && back != 0) { in annotate_browser__set_top() 318 --browser->b.top_idx; in annotate_browser__set_top() 450 off_t offset = browser->b.index - browser->b.top_idx; in annotate_browser__toggle_source() 498 browser->b.top_idx = al->idx - offset; in annotate_browser__toggle_source() 516 browser->b.top_idx = al->idx_asm - offset; in annotate_browser__toggle_source() 1053 ui_helpline__fpush("%d: nr_ent=%d, height=%d, idx=%d, top_idx=%d, nr_asm_entries=%d", in annotate_browser__run() 1057 browser->b.top_idx, in annotate_browser__run()
|
| H A D | map.c | 68 browser->b.index = browser->b.top_idx = *idx; in map_browser__search()
|
| H A D | annotate-data.c | 319 if (uib->top_idx + row == uib->index) in browser__refresh()
|
| H A D | hists.c | 124 index_row = browser->index - browser->top_idx; in hist_browser__update_rows() 711 browser->b.index, browser->b.top_idx, h->row_offset, h->nr_rows); in hist_browser__handle_hotkey()
|