Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmachine.c2512 struct stitch_list *stitch_node; in lbr_callchain_add_stitched_lbr_ip() local
2515 list_for_each_entry(stitch_node, &lbr_stitch->lists, node) { in lbr_callchain_add_stitched_lbr_ip()
2516 cnode = &stitch_node->cursor; in lbr_callchain_add_stitched_lbr_ip()
2535 struct stitch_list *stitch_node; in get_stitch_node() local
2538 stitch_node = list_first_entry(&lbr_stitch->free_lists, in get_stitch_node()
2540 list_del(&stitch_node->node); in get_stitch_node()
2542 return stitch_node; in get_stitch_node()
2560 struct stitch_list *stitch_node; in has_stitched_lbr() local
2604 stitch_node = get_stitch_node(thread); in has_stitched_lbr()
2605 if (!stitch_node) in has_stitched_lbr()
[all …]