Searched refs:thread__lbr_stitch (Results 1 – 3 of 3) sorted by relevance
2521 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in save_lbr_cursor_node()2563 if (thread__lbr_stitch(thread)) { in lbr_callchain_add_lbr_ip()2591 if (thread__lbr_stitch(thread) && (cursor->pos != cursor->nr)) { in lbr_callchain_add_lbr_ip()2644 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in lbr_callchain_add_stitched_lbr_ip()2668 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in get_stitch_node()2692 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in has_stitched_lbr()2756 if (thread__lbr_stitch(thread)) in alloc_lbr_stitch()2760 if (!thread__lbr_stitch(thread)) in alloc_lbr_stitch()2763 thread__lbr_stitch(thread)->prev_lbr_cursor = in alloc_lbr_stitch()2765 if (!thread__lbr_stitch(thread)->prev_lbr_cursor) in alloc_lbr_stitch()[all …]
478 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in thread__free_stitch_list()495 free(thread__lbr_stitch(thread)); in thread__free_stitch_list()
307 static inline struct lbr_stitch *thread__lbr_stitch(struct thread *thread) in thread__lbr_stitch() function