Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/ui/
Dbrowser.c178 return browser->top_idx + row == browser->index; in ui_browser__is_current_entry()
244 browser->index = browser->top_idx = 0; in ui_browser__reset_index()
359 if (browser->top_idx < (u64)-offset) in ui_browser__update_nr_entries()
360 offset = -browser->top_idx; in ui_browser__update_nr_entries()
363 browser->top_idx += offset; in ui_browser__update_nr_entries()
367 browser->seek(browser, browser->top_idx, SEEK_SET); in ui_browser__update_nr_entries()
411 if (browser->index == browser->top_idx + browser->rows) { in ui_browser__run()
412 ++browser->top_idx; in ui_browser__run()
420 if (browser->index < browser->top_idx) { in ui_browser__run()
421 --browser->top_idx; in ui_browser__run()
[all …]
Dbrowser.h15 u64 index, top_idx; member
/linux-4.4.14/tools/perf/ui/browsers/
Dannotate.c346 browser->b.top_idx = browser->b.index = idx; in annotate_browser__set_top()
348 while (browser->b.top_idx != 0 && back != 0) { in annotate_browser__set_top()
354 --browser->b.top_idx; in annotate_browser__set_top()
434 off_t offset = browser->b.index - browser->b.top_idx; in annotate_browser__toggle_source()
447 browser->b.top_idx = bdl->idx - offset; in annotate_browser__toggle_source()
462 browser->b.top_idx = bdl->idx_asm - offset; in annotate_browser__toggle_source()
835 browser->b.top_idx, in annotate_browser__run()
Dmap.c63 browser->b.index = browser->b.top_idx = *idx; in map_browser__search()
Dhists.c94 index_row = browser->index - browser->top_idx; in hist_browser__update_rows()
480 browser->b.top_idx, in hist_browser__run()