Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcallchain.h159 struct stitch_list { struct
H A Dmachine.c2512 struct stitch_list *stitch_node; in lbr_callchain_add_stitched_lbr_ip()
2532 static struct stitch_list *get_stitch_node(struct thread *thread) in get_stitch_node()
2535 struct stitch_list *stitch_node; in get_stitch_node()
2539 struct stitch_list, node); in get_stitch_node()
2545 return malloc(sizeof(struct stitch_list)); in get_stitch_node()
2560 struct stitch_list *stitch_node; in has_stitched_lbr()
2696 struct stitch_list *stitch_node; in resolve_lbr_callchain_sample()
H A Dthread.c601 struct stitch_list *pos, *tmp; in thread__free_stitch_list()