Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/ui/
Dbrowser.c192 return browser->top_idx + row == browser->index; in ui_browser__is_current_entry()
259 browser->index = browser->top_idx = 0; in ui_browser__reset_index()
374 if (browser->top_idx < (u64)-offset) in ui_browser__update_nr_entries()
375 offset = -browser->top_idx; in ui_browser__update_nr_entries()
378 browser->top_idx += offset; in ui_browser__update_nr_entries()
382 browser->seek(browser, browser->top_idx, SEEK_SET); in ui_browser__update_nr_entries()
426 if (browser->index == browser->top_idx + browser->rows) { in ui_browser__run()
427 ++browser->top_idx; in ui_browser__run()
435 if (browser->index < browser->top_idx) { in ui_browser__run()
436 --browser->top_idx; in ui_browser__run()
[all …]
Dbrowser.h17 u64 index, top_idx; member
/Linux-v4.19/tools/perf/ui/browsers/
Dannotate.c266 browser->b.top_idx = browser->b.index = idx; in annotate_browser__set_top()
268 while (browser->b.top_idx != 0 && back != 0) { in annotate_browser__set_top()
274 --browser->b.top_idx; in annotate_browser__set_top()
343 off_t offset = browser->b.index - browser->b.top_idx; in annotate_browser__toggle_source()
355 browser->b.top_idx = al->idx - offset; in annotate_browser__toggle_source()
370 browser->b.top_idx = al->idx_asm - offset; in annotate_browser__toggle_source()
799 browser->b.top_idx, in annotate_browser__run()
Dmap.c66 browser->b.index = browser->b.top_idx = *idx; in map_browser__search()
Dhists.c107 index_row = browser->index - browser->top_idx; in hist_browser__update_rows()
668 browser->b.top_idx, in hist_browser__run()