Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dmachine.c2343 struct lbr_stitch *lbr_stitch = thread->lbr_stitch; in save_lbr_cursor_node() local
2345 if (!lbr_stitch) in save_lbr_cursor_node()
2385 if (thread->lbr_stitch) { in lbr_callchain_add_lbr_ip()
2466 struct lbr_stitch *lbr_stitch = thread->lbr_stitch; in lbr_callchain_add_stitched_lbr_ip() local
2490 struct lbr_stitch *lbr_stitch = thread->lbr_stitch; in get_stitch_node() local
2514 struct lbr_stitch *lbr_stitch = thread->lbr_stitch; in has_stitched_lbr() local
2578 if (thread->lbr_stitch) in alloc_lbr_stitch()
2581 thread->lbr_stitch = zalloc(sizeof(*thread->lbr_stitch)); in alloc_lbr_stitch()
2582 if (!thread->lbr_stitch) in alloc_lbr_stitch()
2620 struct lbr_stitch *lbr_stitch; in resolve_lbr_callchain_sample() local
[all …]
A Dthread.c460 struct lbr_stitch *lbr_stitch = thread->lbr_stitch; in thread__free_stitch_list() local
463 if (!lbr_stitch) in thread__free_stitch_list()
466 list_for_each_entry_safe(pos, tmp, &lbr_stitch->lists, node) { in thread__free_stitch_list()
471 list_for_each_entry_safe(pos, tmp, &lbr_stitch->free_lists, node) { in thread__free_stitch_list()
476 zfree(&lbr_stitch->prev_lbr_cursor); in thread__free_stitch_list()
477 zfree(&thread->lbr_stitch); in thread__free_stitch_list()
A Dthread.h25 struct lbr_stitch { struct
61 struct lbr_stitch *lbr_stitch; member

Completed in 10 milliseconds