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