Home
last modified time | relevance | path

Searched refs:to_index (Results 1 – 1 of 1) sorted by relevance

/optee_os-3.20.0/lib/libutee/arch/arm/gprof/
A Dgprof.c260 ARCINDEX from_index, to_index; in _gprof_write_call_graph() local
275 for (to_index = _gmonparam.froms[from_index]; in _gprof_write_call_graph()
276 to_index != 0; in _gprof_write_call_graph()
277 to_index = _gmonparam.tos[to_index].link) { in _gprof_write_call_graph()
280 arc.self_pc = _gmonparam.tos[to_index].selfpc; in _gprof_write_call_graph()
281 arc.count = _gmonparam.tos[to_index].count; in _gprof_write_call_graph()

Completed in 2 milliseconds