Understood. I'm not sure if this kind of usage is common. Finally I translated those addresses to symbols and stripped them by a post processing script, the performance is acceptable. Thanks Yibin On Fri, Nov 18, 2022 at 11:41 PM Frank Ch. Eigler wrote: > Yibin Zhao via Systemtap writes: > > > I can get the ubacktrace and translate the addresses to symbols one by > > one, and try to find the relationship between the symbol and the > > address, but it's a bit tricky I think. > > We don't have a runtime tapset function for that direction of mapping, > but a new one could be written, whether slowish/linear, or sorted/binary > like the address-to-symbol table. > > - FChE > >