Searched refs:thread__lbr_stitch (Results 1 – 3 of 3) sorted by relevance
2309 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in save_lbr_cursor_node()2356 if (thread__lbr_stitch(thread)) { in lbr_callchain_add_lbr_ip()2439 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in lbr_callchain_add_stitched_lbr_ip()2554 if (thread__lbr_stitch(thread)) in alloc_lbr_stitch()2558 if (!thread__lbr_stitch(thread)) in alloc_lbr_stitch()2561 thread__lbr_stitch(thread)->prev_lbr_cursor = in alloc_lbr_stitch()2563 if (!thread__lbr_stitch(thread)->prev_lbr_cursor) in alloc_lbr_stitch()2568 INIT_LIST_HEAD(&thread__lbr_stitch(thread)->lists); in alloc_lbr_stitch()2569 INIT_LIST_HEAD(&thread__lbr_stitch(thread)->free_lists); in alloc_lbr_stitch()2574 free(thread__lbr_stitch(thread)); in alloc_lbr_stitch()[all …]
575 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in thread__free_stitch_list()596 free(thread__lbr_stitch(thread)); in thread__free_stitch_list()
328 static inline struct lbr_stitch *thread__lbr_stitch(struct thread *thread) in thread__lbr_stitch() function
Completed in 11 milliseconds