Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/ui/
Dbrowser.c163 return browser->top_idx + row == browser->index; in ui_browser__is_current_entry()
229 browser->index = browser->top_idx = 0; in ui_browser__reset_index()
344 if (browser->top_idx < (u64)-offset) in ui_browser__update_nr_entries()
345 offset = -browser->top_idx; in ui_browser__update_nr_entries()
348 browser->top_idx += offset; in ui_browser__update_nr_entries()
352 browser->seek(browser, browser->top_idx, SEEK_SET); in ui_browser__update_nr_entries()
395 if (browser->index == browser->top_idx + browser->rows) { in ui_browser__run()
396 ++browser->top_idx; in ui_browser__run()
404 if (browser->index < browser->top_idx) { in ui_browser__run()
405 --browser->top_idx; in ui_browser__run()
[all …]
Dbrowser.h15 u64 index, top_idx; member
/linux-4.1.27/tools/perf/ui/browsers/
Dannotate.c310 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()
395 off_t offset = browser->b.index - browser->b.top_idx; in annotate_browser__toggle_source()
408 browser->b.top_idx = bdl->idx - offset; in annotate_browser__toggle_source()
423 browser->b.top_idx = bdl->idx_asm - offset; in annotate_browser__toggle_source()
795 browser->b.top_idx, in annotate_browser__run()
Dmap.c64 browser->b.index = browser->b.top_idx = *idx; in map_browser__search()
Dhists.c92 index_row = browser->index - browser->top_idx; in hist_browser__update_rows()
461 browser->b.top_idx, in hist_browser__run()