Searched refs:prev_lbr_cursor (Results 1 – 3 of 3) sorted by relevance
29 struct callchain_cursor_node *prev_lbr_cursor; member
2458 lbr_stitch->prev_lbr_cursor[idx].valid = false; in save_lbr_cursor_node()2466 memcpy(&lbr_stitch->prev_lbr_cursor[idx], cursor->curr, in save_lbr_cursor_node()2469 lbr_stitch->prev_lbr_cursor[idx].valid = true; in save_lbr_cursor_node()2666 if (!lbr_stitch->prev_lbr_cursor[i].valid) in has_stitched_lbr()2673 memcpy(&stitch_node->cursor, &lbr_stitch->prev_lbr_cursor[i], in has_stitched_lbr()2694 thread->lbr_stitch->prev_lbr_cursor = calloc(max_lbr + 1, sizeof(struct callchain_cursor_node)); in alloc_lbr_stitch()2695 if (!thread->lbr_stitch->prev_lbr_cursor) in alloc_lbr_stitch()
477 zfree(&lbr_stitch->prev_lbr_cursor); in thread__free_stitch_list()
Completed in 11 milliseconds