Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dthread.c461 struct lbr_stitch *lbr_stitch = thread->lbr_stitch; in thread__free_stitch_list() local
464 if (!lbr_stitch) in thread__free_stitch_list()
467 list_for_each_entry_safe(pos, tmp, &lbr_stitch->lists, node) { in thread__free_stitch_list()
472 list_for_each_entry_safe(pos, tmp, &lbr_stitch->free_lists, node) { in thread__free_stitch_list()
477 zfree(&lbr_stitch->prev_lbr_cursor); in thread__free_stitch_list()
478 zfree(&thread->lbr_stitch); in thread__free_stitch_list()
A Dmachine.c2452 struct lbr_stitch *lbr_stitch = thread->lbr_stitch; in save_lbr_cursor_node() local
2454 if (!lbr_stitch) in save_lbr_cursor_node()
2494 if (thread->lbr_stitch) { in lbr_callchain_add_lbr_ip()
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
2687 if (thread->lbr_stitch) in alloc_lbr_stitch()
2690 thread->lbr_stitch = zalloc(sizeof(*thread->lbr_stitch)); in alloc_lbr_stitch()
2691 if (!thread->lbr_stitch) in alloc_lbr_stitch()
2729 struct lbr_stitch *lbr_stitch; in resolve_lbr_callchain_sample() local
[all …]
A Dthread.h25 struct lbr_stitch { struct
62 struct lbr_stitch *lbr_stitch; member

Completed in 14 milliseconds