Lines Matching defs:cursor_node
568 struct callchain_cursor_node *cursor_node;
574 cursor_node = callchain_cursor_current(cursor);
576 while (cursor_node) {
584 call->ip = cursor_node->ip;
585 call->ms = cursor_node->ms;
587 call->srcline = cursor_node->srcline;
589 if (cursor_node->branch) {
592 if (cursor_node->branch_from) {
599 if (cursor_node->branch_flags.predicted)
602 if (cursor_node->branch_flags.abort)
606 &cursor_node->branch_flags,
607 cursor_node->branch_from,
608 cursor_node->ip);
615 cursor_node->branch_flags.cycles;
616 call->iter_count = cursor_node->nr_loop_iter;
617 call->iter_cycles = cursor_node->iter_cycles;
624 cursor_node = callchain_cursor_current(cursor);