Searched refs:cursor_node (Results 1 – 1 of 1) sorted by relevance
575 struct callchain_cursor_node *cursor_node; in fill_node() local581 cursor_node = callchain_cursor_current(cursor); in fill_node()583 while (cursor_node) { in fill_node()591 call->ip = cursor_node->ip; in fill_node()592 call->ms = cursor_node->ms; in fill_node()595 call->srcline = cursor_node->srcline; in fill_node()597 if (cursor_node->branch) { in fill_node()600 if (cursor_node->branch_from) { in fill_node()615 if (cursor_node->branch_flags.predicted) in fill_node()618 if (cursor_node->branch_flags.abort) in fill_node()[all …]