Home
last modified time | relevance | path

Searched refs:thread__lbr_stitch (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dmachine.c2525 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in save_lbr_cursor_node()
2567 if (thread__lbr_stitch(thread)) { in lbr_callchain_add_lbr_ip()
2650 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in lbr_callchain_add_stitched_lbr_ip()
2762 if (thread__lbr_stitch(thread)) in alloc_lbr_stitch()
2766 if (!thread__lbr_stitch(thread)) in alloc_lbr_stitch()
2769 thread__lbr_stitch(thread)->prev_lbr_cursor = in alloc_lbr_stitch()
2771 if (!thread__lbr_stitch(thread)->prev_lbr_cursor) in alloc_lbr_stitch()
2774 INIT_LIST_HEAD(&thread__lbr_stitch(thread)->lists); in alloc_lbr_stitch()
2775 INIT_LIST_HEAD(&thread__lbr_stitch(thread)->free_lists); in alloc_lbr_stitch()
2780 free(thread__lbr_stitch(thread)); in alloc_lbr_stitch()
[all …]
H A Dthread.c474 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in thread__free_stitch_list()
491 free(thread__lbr_stitch(thread)); in thread__free_stitch_list()
H A Dthread.h321 static inline struct lbr_stitch *thread__lbr_stitch(struct thread *thread) in thread__lbr_stitch() function