Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmachine.c2374 lbr_stitch->prev_lbr_cursor[idx].valid = false; in save_lbr_cursor_node()
2383 map_symbol__exit(&lbr_stitch->prev_lbr_cursor[idx].ms); in save_lbr_cursor_node()
2384 memcpy(&lbr_stitch->prev_lbr_cursor[idx], cursor->curr, in save_lbr_cursor_node()
2386 lbr_stitch->prev_lbr_cursor[idx].ms.thread = thread__get(cursor->curr->ms.thread); in save_lbr_cursor_node()
2387 lbr_stitch->prev_lbr_cursor[idx].ms.map = map__get(cursor->curr->ms.map); in save_lbr_cursor_node()
2389 lbr_stitch->prev_lbr_cursor[idx].valid = true; in save_lbr_cursor_node()
2601 if (!lbr_stitch->prev_lbr_cursor[i].valid) in has_stitched_lbr()
2608 memcpy(&stitch_node->cursor, &lbr_stitch->prev_lbr_cursor[i], in has_stitched_lbr()
2612 thread__get(lbr_stitch->prev_lbr_cursor[i].ms.thread); in has_stitched_lbr()
2613 stitch_node->cursor.ms.map = map__get(lbr_stitch->prev_lbr_cursor[i].ms.map); in has_stitched_lbr()
[all …]
H A Dthread.c618 map_symbol__exit(&lbr_stitch->prev_lbr_cursor[i].ms); in thread__free_stitch_list()
620 zfree(&lbr_stitch->prev_lbr_cursor); in thread__free_stitch_list()
H A Dthread.h28 struct callchain_cursor_node *prev_lbr_cursor; member