Searched refs:frompc (Results 1 – 2 of 2) sorted by relevance
262 unsigned long frompc; in _gprof_write_call_graph() local272 frompc = _gmonparam.lowpc; in _gprof_write_call_graph()273 frompc += (from_index * _gmonparam.hashfraction in _gprof_write_call_graph()279 arc.from_pc = frompc; in _gprof_write_call_graph()331 void __noprof __mcount_internal(unsigned long frompc, unsigned long selfpc) in __mcount_internal() argument348 frompc = adjust_pc(frompc); in __mcount_internal()352 frompc -= p->lowpc; in __mcount_internal()353 if (frompc > p->textsize) in __mcount_internal()359 i = frompc >> p->log_hashfraction; in __mcount_internal()361 i = frompc / (p->hashfraction * sizeof(*p->froms)); in __mcount_internal()
74 void __mcount_internal(unsigned long frompc, unsigned long selfpc);
Completed in 3 milliseconds