Home
last modified time | relevance | path

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

/linux/tools/perf/ui/browsers/
H A Dhists.c711 browser->b.index, browser->b.top_idx, h->row_offset, h->nr_rows); in hist_browser__handle_hotkey()
776 off_t row_offset;
858 if (arg->row_offset != 0) { in hist_browser__show_callchain_list()
859 arg->row_offset--; in hist_browser__show_callchain_list()
1037 if (arg->row_offset != 0) { in hist_browser__show_callchain_folded()
1038 arg->row_offset--; in hist_browser__show_callchain_folded()
1339 off_t row_offset = entry->row_offset; in hist_browser__show_entry()
1353 if (row_offset == 0) { in hist_browser__show_entry()
1418 --row_offset; in hist_browser__show_entry()
775 off_t row_offset; global() member
1338 off_t row_offset = entry->row_offset; hist_browser__show_entry() local
1444 off_t row_offset = entry->row_offset; hist_browser__show_hierarchy_entry() local
[all...]
/linux/drivers/dma/qcom/
H A Dqcom_adm.c109 u32 row_offset; member
237 u32 rows, row_offset, crci_cmd; in adm_process_fc_descriptors() local
244 row_offset = burst; in adm_process_fc_descriptors()
249 row_offset = burst << 16; in adm_process_fc_descriptors()
257 box_desc->row_offset = row_offset; in adm_process_fc_descriptors()
/linux/tools/perf/util/
H A Dhist.h235 * @row_offset - offset from the first callchain expanded to appear on screen
284 u16 row_offset; member
H A Dhist.c2250 parent->row_offset = 0; in hists__remove_entry_filter()
2263 h->row_offset = 0; in hists__remove_entry_filter()