Home
last modified time | relevance | path

Searched defs:lbr_stitch (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/tools/perf/util/
Dthread.h25 struct lbr_stitch { struct
26 struct list_head lists;
27 struct list_head free_lists;
28 struct perf_sample prev_sample;
29 struct callchain_cursor_node *prev_lbr_cursor;
62 struct lbr_stitch *lbr_stitch; member
Dmachine.c2452 struct lbr_stitch *lbr_stitch = thread->lbr_stitch; in save_lbr_cursor_node() local
2575 struct lbr_stitch *lbr_stitch = thread->lbr_stitch; in lbr_callchain_add_stitched_lbr_ip() local
2599 struct lbr_stitch *lbr_stitch = thread->lbr_stitch; in get_stitch_node() local
2623 struct lbr_stitch *lbr_stitch = thread->lbr_stitch; in has_stitched_lbr() local
2729 struct lbr_stitch *lbr_stitch; in resolve_lbr_callchain_sample() local
Dthread.c461 struct lbr_stitch *lbr_stitch = thread->lbr_stitch; in thread__free_stitch_list() local