Lines Matching defs:cursor_node
575 struct callchain_cursor_node *cursor_node;
581 cursor_node = callchain_cursor_current(cursor);
583 while (cursor_node) {
591 call->ip = cursor_node->ip;
592 call->ms = cursor_node->ms;
595 call->srcline = cursor_node->srcline;
597 if (cursor_node->branch) {
600 if (cursor_node->branch_from) {
607 if (cursor_node->branch_flags.predicted)
610 if (cursor_node->branch_flags.abort)
614 &cursor_node->branch_flags,
615 cursor_node->branch_from,
616 cursor_node->ip);
623 cursor_node->branch_flags.cycles;
624 call->iter_count = cursor_node->nr_loop_iter;
625 call->iter_cycles = cursor_node->iter_cycles;
632 cursor_node = callchain_cursor_current(cursor);