Searched refs:selfpc (Results 1 – 2 of 2) sorted by relevance
280 arc.self_pc = _gmonparam.tos[to_index].selfpc; in _gprof_write_call_graph()331 void __noprof __mcount_internal(unsigned long frompc, unsigned long selfpc) in __mcount_internal() argument349 selfpc = adjust_pc(selfpc); in __mcount_internal()375 top->selfpc = selfpc; in __mcount_internal()381 if (top->selfpc == selfpc) { in __mcount_internal()405 top->selfpc = selfpc; in __mcount_internal()416 if (top->selfpc == selfpc) { in __mcount_internal()
74 void __mcount_internal(unsigned long frompc, unsigned long selfpc);152 unsigned long selfpc; member
Completed in 3 milliseconds