Home
last modified time | relevance | path

Searched refs:top_idx (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/tools/perf/ui/
H A Dbrowser.c378 offset = -browser->top_idx; in ui_browser__update_nr_entries()
381 browser->top_idx += offset; in ui_browser__update_nr_entries()
430 ++browser->top_idx; in ui_browser__run()
439 --browser->top_idx; in ui_browser__run()
464 browser->top_idx += offset; in ui_browser__run()
468 if (browser->top_idx == 0) in ui_browser__run()
472 offset = browser->top_idx; in ui_browser__run()
477 browser->top_idx -= offset; in ui_browser__run()
692 if (end > browser->top_idx) in __ui_browser__line_arrow_up()
701 if (end >= browser->top_idx) { in __ui_browser__line_arrow_up()
[all …]
H A Dbrowser.h18 u64 index, top_idx; member
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Diowait.c116 uint idx, uint top_idx) in iowait_priority_update_top() argument
127 return top_idx; in iowait_priority_update_top()
H A Dpio.c1577 uint i, n = 0, top_idx = 0; in sc_piobufavail() local
1602 priv = qps[top_idx]->priv; in sc_piobufavail()
1603 top_idx = iowait_priority_update_top(wait, in sc_piobufavail()
1605 n, top_idx); in sc_piobufavail()
1624 hfi1_qp_wakeup(qps[top_idx], in sc_piobufavail()
1627 if (i != top_idx) in sc_piobufavail()
H A Diowait.h401 uint idx, uint top_idx);
/linux-6.15/tools/perf/ui/browsers/
H A Dannotate.c276 browser->b.top_idx = browser->b.index = idx; in annotate_browser__set_top()
278 while (browser->b.top_idx != 0 && back != 0) { in annotate_browser__set_top()
284 --browser->b.top_idx; in annotate_browser__set_top()
375 off_t offset = browser->b.index - browser->b.top_idx; in annotate_browser__toggle_source()
387 browser->b.top_idx = al->idx - offset; in annotate_browser__toggle_source()
405 browser->b.top_idx = al->idx_asm - offset; in annotate_browser__toggle_source()
862 browser->b.top_idx, in annotate_browser__run()
H A Dmap.c68 browser->b.index = browser->b.top_idx = *idx; in map_browser__search()
H A Dannotate-data.c319 if (uib->top_idx + row == uib->index) in browser__refresh()
H A Dhists.c123 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()