Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/ui/browsers/
Dhists.c108 u16 index_row; in hist_browser__update_rows() local
122 index_row = browser->index - browser->top_idx; in hist_browser__update_rows()
123 if (index_row >= browser->rows) in hist_browser__update_rows()
124 browser->index -= index_row - browser->rows + 1; in hist_browser__update_rows()