Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dthread.h30 struct callchain_cursor_node *prev_lbr_cursor; member
H A Dmachine.c2531 lbr_stitch->prev_lbr_cursor[idx].valid = false; in save_lbr_cursor_node()
2539 memcpy(&lbr_stitch->prev_lbr_cursor[idx], cursor->curr, in save_lbr_cursor_node()
2542 lbr_stitch->prev_lbr_cursor[idx].valid = true; in save_lbr_cursor_node()
2741 if (!lbr_stitch->prev_lbr_cursor[i].valid) in has_stitched_lbr()
2748 memcpy(&stitch_node->cursor, &lbr_stitch->prev_lbr_cursor[i], in has_stitched_lbr()
2769 thread__lbr_stitch(thread)->prev_lbr_cursor = in alloc_lbr_stitch()
2771 if (!thread__lbr_stitch(thread)->prev_lbr_cursor) in alloc_lbr_stitch()
H A Dthread.c490 zfree(&lbr_stitch->prev_lbr_cursor); in thread__free_stitch_list()