MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / findRuntimeStub

Method findRuntimeStub

src/profiler.cpp:289–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289CodeBlob* Profiler::findRuntimeStub(const void* address) {
290 return _runtime_stubs.findBlobByAddress(address);
291}
292
293int Profiler::getNativeTrace(void* ucontext, ASGCT_CallFrame* frames, EventType event_type, int tid, u64* cpu) {
294 const void* callchain[MAX_NATIVE_FRAMES];

Callers 1

walkVMMethod · 0.80

Calls 1

findBlobByAddressMethod · 0.80

Tested by

no test coverage detected