Lines Matching refs:prev_lbr_cursor
2274 lbr_stitch->prev_lbr_cursor[idx].valid = false; in save_lbr_cursor_node()
2283 map_symbol__exit(&lbr_stitch->prev_lbr_cursor[idx].ms); in save_lbr_cursor_node()
2284 memcpy(&lbr_stitch->prev_lbr_cursor[idx], cursor->curr, in save_lbr_cursor_node()
2286 lbr_stitch->prev_lbr_cursor[idx].ms.maps = maps__get(cursor->curr->ms.maps); in save_lbr_cursor_node()
2287 lbr_stitch->prev_lbr_cursor[idx].ms.map = map__get(cursor->curr->ms.map); in save_lbr_cursor_node()
2289 lbr_stitch->prev_lbr_cursor[idx].valid = true; in save_lbr_cursor_node()
2489 if (!lbr_stitch->prev_lbr_cursor[i].valid) in has_stitched_lbr()
2496 memcpy(&stitch_node->cursor, &lbr_stitch->prev_lbr_cursor[i], in has_stitched_lbr()
2499 stitch_node->cursor.ms.maps = maps__get(lbr_stitch->prev_lbr_cursor[i].ms.maps); in has_stitched_lbr()
2500 stitch_node->cursor.ms.map = map__get(lbr_stitch->prev_lbr_cursor[i].ms.map); in has_stitched_lbr()
2520 thread__lbr_stitch(thread)->prev_lbr_cursor = in alloc_lbr_stitch()
2522 if (!thread__lbr_stitch(thread)->prev_lbr_cursor) in alloc_lbr_stitch()