Searched refs:prev_lbr_cursor (Results 1 – 3 of 3) sorted by relevance
2315 lbr_stitch->prev_lbr_cursor[idx].valid = false; in save_lbr_cursor_node()2324 map_symbol__exit(&lbr_stitch->prev_lbr_cursor[idx].ms); in save_lbr_cursor_node()2325 memcpy(&lbr_stitch->prev_lbr_cursor[idx], cursor->curr, in save_lbr_cursor_node()2327 lbr_stitch->prev_lbr_cursor[idx].ms.maps = maps__get(cursor->curr->ms.maps); in save_lbr_cursor_node()2328 lbr_stitch->prev_lbr_cursor[idx].ms.map = map__get(cursor->curr->ms.map); in save_lbr_cursor_node()2330 lbr_stitch->prev_lbr_cursor[idx].valid = true; in save_lbr_cursor_node()2530 if (!lbr_stitch->prev_lbr_cursor[i].valid) in has_stitched_lbr()2537 memcpy(&stitch_node->cursor, &lbr_stitch->prev_lbr_cursor[i], in has_stitched_lbr()2540 stitch_node->cursor.ms.maps = maps__get(lbr_stitch->prev_lbr_cursor[i].ms.maps); in has_stitched_lbr()2541 stitch_node->cursor.ms.map = map__get(lbr_stitch->prev_lbr_cursor[i].ms.map); in has_stitched_lbr()[all …]
593 map_symbol__exit(&lbr_stitch->prev_lbr_cursor[i].ms); in thread__free_stitch_list()595 zfree(&lbr_stitch->prev_lbr_cursor); in thread__free_stitch_list()
28 struct callchain_cursor_node *prev_lbr_cursor; member