Lines Matching refs:node
227 * the callchain starting with the root node and ending with the leaf.
240 struct callchain_cursor_node *node;
245 node = callchain_cursor_current(cursor);
246 if (!node)
250 * Handle export of symbol and dso for this node by
255 al.sym = node->ms.sym;
256 al.map = map__get(node->ms.map);
258 al.addr = node->ip;
265 /* add node to the call path tree if it doesn't exist */
267 al.sym, node->ip,