Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dmachine.c2404 struct stitch_list *stitch_node; in lbr_callchain_add_stitched_lbr_ip() local
2408 cnode = &stitch_node->cursor; in lbr_callchain_add_stitched_lbr_ip()
2427 struct stitch_list *stitch_node; in get_stitch_node() local
2432 list_del(&stitch_node->node); in get_stitch_node()
2434 return stitch_node; in get_stitch_node()
2452 struct stitch_list *stitch_node; in has_stitched_lbr() local
2496 stitch_node = get_stitch_node(thread); in has_stitched_lbr()
2497 if (!stitch_node) in has_stitched_lbr()
2507 list_add(&stitch_node->node, &lbr_stitch->lists); in has_stitched_lbr()
2587 struct stitch_list *stitch_node; in resolve_lbr_callchain_sample() local
[all …]