Lines Matching refs:thread__lbr_stitch
2268 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in save_lbr_cursor_node()
2315 if (thread__lbr_stitch(thread)) { in lbr_callchain_add_lbr_ip()
2343 if (thread__lbr_stitch(thread) && (cursor->pos != cursor->nr)) { in lbr_callchain_add_lbr_ip()
2398 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in lbr_callchain_add_stitched_lbr_ip()
2422 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in get_stitch_node()
2446 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in has_stitched_lbr()
2513 if (thread__lbr_stitch(thread)) in alloc_lbr_stitch()
2517 if (!thread__lbr_stitch(thread)) in alloc_lbr_stitch()
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()
2525 thread__lbr_stitch(thread)->prev_lbr_cursor_size = max_lbr + 1; in alloc_lbr_stitch()
2527 INIT_LIST_HEAD(&thread__lbr_stitch(thread)->lists); in alloc_lbr_stitch()
2528 INIT_LIST_HEAD(&thread__lbr_stitch(thread)->free_lists); in alloc_lbr_stitch()
2533 free(thread__lbr_stitch(thread)); in alloc_lbr_stitch()
2576 lbr_stitch = thread__lbr_stitch(thread); in resolve_lbr_callchain_sample()