Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ dlopen_hook
Function
dlopen_hook
src/hooks.cpp:109–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
static void* dlopen_hook(const char* filename, int flags) {
110
return dlopen_hook_impl(filename, flags, true);
111
}
112
113
114
// LD_PRELOAD hooks
Callers
nothing calls this directly
Calls
1
dlopen_hook_impl
Function · 0.85
Tested by
no test coverage detected