Searched refs:thread__lbr_stitch (Results 1 – 3 of 3) sorted by relevance
2272 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in save_lbr_cursor_node()2319 if (thread__lbr_stitch(thread)) { in lbr_callchain_add_lbr_ip()2402 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in lbr_callchain_add_stitched_lbr_ip()2517 if (thread__lbr_stitch(thread)) in alloc_lbr_stitch()2521 if (!thread__lbr_stitch(thread)) in alloc_lbr_stitch()2524 thread__lbr_stitch(thread)->prev_lbr_cursor = in alloc_lbr_stitch()2526 if (!thread__lbr_stitch(thread)->prev_lbr_cursor) in alloc_lbr_stitch()2531 INIT_LIST_HEAD(&thread__lbr_stitch(thread)->lists); in alloc_lbr_stitch()2532 INIT_LIST_HEAD(&thread__lbr_stitch(thread)->free_lists); in alloc_lbr_stitch()2537 free(thread__lbr_stitch(thread)); in alloc_lbr_stitch()[all …]
552 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in thread__free_stitch_list()573 free(thread__lbr_stitch(thread)); in thread__free_stitch_list()
327 static inline struct lbr_stitch *thread__lbr_stitch(struct thread *thread) in thread__lbr_stitch() function