Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutee/arch/arm/gprof/
A Dgprof.c259 struct gmon_cg_arc_record arc; in _gprof_write_call_graph() local
279 arc.from_pc = frompc; 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()
284 memcpy(out[nfilled].data, &arc, sizeof(arc)); in _gprof_write_call_graph()

Completed in 3 milliseconds