Lines Matching refs:anc
316 PathTree::new_Node (NodeIdx anc, Histable *instr, bool leaf) in new_Node() argument
351 node->ancestor = anc; in new_Node()
2050 Node *node, *anc; in get_metrics() local
2065 for (anc = NODE_IDX (node->ancestor); anc; in get_metrics()
2066 anc = NODE_IDX (anc->ancestor)) in get_metrics()
2068 if (h_obj == get_hist_obj (anc, context)) in get_metrics()
2196 Node *node, *anc; in get_self_metrics() local
2229 for (anc = NODE_IDX (node->ancestor); anc; in get_self_metrics()
2230 anc = NODE_IDX (anc->ancestor)) in get_self_metrics()
2232 if (get_hist_obj (anc, src) == obj) in get_self_metrics()
2239 if (sel_objs->fetch (k) == get_hist_obj (anc, src)) in get_self_metrics()