Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dthread.h30 struct callchain_cursor_node *prev_lbr_cursor; member
Dmachine.c2527 lbr_stitch->prev_lbr_cursor[idx].valid = false; in save_lbr_cursor_node()
2535 memcpy(&lbr_stitch->prev_lbr_cursor[idx], cursor->curr, in save_lbr_cursor_node()
2538 lbr_stitch->prev_lbr_cursor[idx].valid = true; in save_lbr_cursor_node()
2735 if (!lbr_stitch->prev_lbr_cursor[i].valid) in has_stitched_lbr()
2742 memcpy(&stitch_node->cursor, &lbr_stitch->prev_lbr_cursor[i], in has_stitched_lbr()
2763 thread__lbr_stitch(thread)->prev_lbr_cursor = in alloc_lbr_stitch()
2765 if (!thread__lbr_stitch(thread)->prev_lbr_cursor) in alloc_lbr_stitch()
Dthread.c494 zfree(&lbr_stitch->prev_lbr_cursor); in thread__free_stitch_list()