Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dthread.h26 struct lbr_stitch { struct
27 struct list_head lists;
28 struct list_head free_lists;
29 struct perf_sample prev_sample;
30 struct callchain_cursor_node *prev_lbr_cursor;
72 struct lbr_stitch *lbr_stitch; in DECLARE_RC_STRUCT() local
H A Dmachine.c2525 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in save_lbr_cursor_node() local
2650 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in lbr_callchain_add_stitched_lbr_ip() local
2674 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in get_stitch_node() local
2698 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in has_stitched_lbr() local
2806 struct lbr_stitch *lbr_stitch; in resolve_lbr_callchain_sample() local
H A Dthread.c474 struct lbr_stitch *lbr_stitch = thread__lbr_stitch(thread); in thread__free_stitch_list() local