What is _dl_lookup_symbol_x ? - C++ Profiling
问题 I'm using valgrind/callgrind to profile my server code for some optimization. The two most used calls that callgrind is reporting to me (using kcachegrind to view) are _dl_lookup_symbol_x and do_lookup_x. However I have no idea what either of these are and can't seem to find any documentation about them. Could anyone please tell me where these two functions are used and what they do? 回答1: _dl_lookup_symbol_x is an internal function inside the glibc C runtime library. If you browse the source