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.c710 browser->b.index, browser->b.top_idx, h->row_offset, h->nr_rows); in hist_browser__handle_hotkey()
775 off_t row_offset; member
857 if (arg->row_offset != 0) { in hist_browser__show_callchain_list()
858 arg->row_offset--; in hist_browser__show_callchain_list()
1036 if (arg->row_offset != 0) { in hist_browser__show_callchain_folded()
1037 arg->row_offset--; in hist_browser__show_callchain_folded()
1338 off_t row_offset = entry->row_offset; in hist_browser__show_entry() local
1352 if (row_offset == 0) { in hist_browser__show_entry()
1417 --row_offset; in hist_browser__show_entry()
1421 .row_offset = row_offset, in hist_browser__show_entry()
[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.h236 * @row_offset - offset from the first callchain expanded to appear on screen
285 u16 row_offset;
284 u16 row_offset; global() member
H A Dhist.c2250 parent->row_offset = 0; in hists__remove_entry_filter()
2263 h->row_offset = 0; in hists__remove_entry_filter()