cursor_node
struct cursor_node *n = c->nodes + c->depth - 1;
struct cursor_node *n = c->nodes + c->depth - 1;
struct cursor_node *n = c->nodes + c->depth;
struct cursor_node *n;
struct cursor_node *n;
struct cursor_node *n = c->nodes + c->depth - 1;
struct cursor_node nodes[DM_BTREE_CURSOR_MAX_DEPTH];
struct callchain_cursor_node *cursor_node;
cursor_node = callchain_cursor_current(cursor);
while (cursor_node) {
call->ip = cursor_node->ip;
map_symbol__copy(&call->ms, &cursor_node->ms);
call->srcline = cursor_node->srcline;
if (cursor_node->branch) {
if (cursor_node->branch_from) {
if (cursor_node->branch_flags.predicted)
if (cursor_node->branch_flags.abort)
&cursor_node->branch_flags,
cursor_node->branch_from,
cursor_node->ip);
cursor_node->branch_flags.cycles;
call->iter_count = cursor_node->nr_loop_iter;
call->iter_cycles = cursor_node->iter_cycles;
cursor_node = callchain_cursor_current(cursor);