Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dmachine.c2268 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in save_lbr_cursor_node()
2315 if (thread__lbr_stitch(thread)) { in lbr_callchain_add_lbr_ip()
2398 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in lbr_callchain_add_stitched_lbr_ip()
2513 if (thread__lbr_stitch(thread)) in alloc_lbr_stitch()
2517 if (!thread__lbr_stitch(thread)) in alloc_lbr_stitch()
2520 thread__lbr_stitch(thread)->prev_lbr_cursor = in alloc_lbr_stitch()
2522 if (!thread__lbr_stitch(thread)->prev_lbr_cursor) in alloc_lbr_stitch()
2527 INIT_LIST_HEAD(&thread__lbr_stitch(thread)->lists); in alloc_lbr_stitch()
2528 INIT_LIST_HEAD(&thread__lbr_stitch(thread)->free_lists); in alloc_lbr_stitch()
2533 free(thread__lbr_stitch(thread)); in alloc_lbr_stitch()
[all …]
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()
A Dthread.h315 static inline struct lbr_stitch *thread__lbr_stitch(struct thread *thread) in thread__lbr_stitch() function

Completed in 12 milliseconds