Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmachine.c2272 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()
2347 if (thread__lbr_stitch(thread) && (cursor->pos != cursor->nr)) { in lbr_callchain_add_lbr_ip()
2402 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in lbr_callchain_add_stitched_lbr_ip()
2426 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in get_stitch_node()
2450 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in has_stitched_lbr()
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()
[all …]
H A Dthread.c472 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in thread__free_stitch_list()
493 free(thread__lbr_stitch(thread)); in thread__free_stitch_list()
H A Dthread.h315 static inline struct lbr_stitch *thread__lbr_stitch(struct thread *thread) in thread__lbr_stitch() function