Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dcallchain.h158 struct stitch_list { struct
Dthread.c479 struct stitch_list *pos, *tmp; in thread__free_stitch_list()
Dmachine.c2646 struct stitch_list *stitch_node; in lbr_callchain_add_stitched_lbr_ip()
2666 static struct stitch_list *get_stitch_node(struct thread *thread) in get_stitch_node()
2669 struct stitch_list *stitch_node; in get_stitch_node()
2673 struct stitch_list, node); in get_stitch_node()
2679 return malloc(sizeof(struct stitch_list)); in get_stitch_node()
2694 struct stitch_list *stitch_node; in has_stitched_lbr()