Searched refs:arc (Results 1 – 1 of 1) sorted by relevance
259 struct gmon_cg_arc_record arc; in _gprof_write_call_graph() local279 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 2 milliseconds