Searched defs:lbr_stitch (Results 1 – 3 of 3) sorted by relevance
25 struct lbr_stitch { struct26 struct list_head lists;27 struct list_head free_lists;28 struct perf_sample prev_sample;29 struct callchain_cursor_node *prev_lbr_cursor;61 struct lbr_stitch *lbr_stitch; member
2343 struct lbr_stitch *lbr_stitch = thread->lbr_stitch; in save_lbr_cursor_node() local2466 struct lbr_stitch *lbr_stitch = thread->lbr_stitch; in lbr_callchain_add_stitched_lbr_ip() local2490 struct lbr_stitch *lbr_stitch = thread->lbr_stitch; in get_stitch_node() local2514 struct lbr_stitch *lbr_stitch = thread->lbr_stitch; in has_stitched_lbr() local2620 struct lbr_stitch *lbr_stitch; in resolve_lbr_callchain_sample() local
460 struct lbr_stitch *lbr_stitch = thread->lbr_stitch; in thread__free_stitch_list() local
Completed in 10 milliseconds