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

/linux-master/tools/perf/util/
H A Dthread.h28 struct callchain_cursor_node *prev_lbr_cursor; member in struct:lbr_stitch
H A Dthread.c492 zfree(&lbr_stitch->prev_lbr_cursor);
H A Dmachine.c2353 lbr_stitch->prev_lbr_cursor[idx].valid = false;
2361 memcpy(&lbr_stitch->prev_lbr_cursor[idx], cursor->curr,
2364 lbr_stitch->prev_lbr_cursor[idx].valid = true;
2563 if (!lbr_stitch->prev_lbr_cursor[i].valid)
2570 memcpy(&stitch_node->cursor, &lbr_stitch->prev_lbr_cursor[i],
2591 thread__lbr_stitch(thread)->prev_lbr_cursor =
2593 if (!thread__lbr_stitch(thread)->prev_lbr_cursor)

Completed in 141 milliseconds