Searched refs:top_idx (Results 1 – 8 of 8) 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()
|
| H A D | pio.c | 1567 uint i, n = 0, top_idx = 0; in sc_piobufavail() local 1592 priv = qps[top_idx]->priv; in sc_piobufavail() 1593 top_idx = iowait_priority_update_top(wait, in sc_piobufavail() 1595 n, top_idx); in sc_piobufavail() 1614 hfi1_qp_wakeup(qps[top_idx], in sc_piobufavail() 1617 if (i != top_idx) in sc_piobufavail()
|
| /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() 495 browser->b.top_idx = al->idx - offset; in annotate_browser__toggle_source() 513 browser->b.top_idx = al->idx_asm - offset; in annotate_browser__toggle_source() 1054 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 | 123 index_row = browser->index - browser->top_idx; in hist_browser__update_rows() 710 browser->b.index, browser->b.top_idx, h->row_offset, h->nr_rows); in hist_browser__handle_hotkey()
|