Searched refs:to_index (Results 1 – 1 of 1) sorted by relevance
252 ARCINDEX from_index, to_index; in write_call_graph() local277 for (to_index = _gmonparam.froms[from_index]; in write_call_graph()278 to_index != 0; in write_call_graph()279 to_index = _gmonparam.tos[to_index].link) in write_call_graph()290 arc.selfpc = ((char *) _gmonparam.tos[to_index].selfpc in write_call_graph()292 arc.count = _gmonparam.tos[to_index].count; in write_call_graph()
Completed in 3 milliseconds