| Index: src/cpu-profiler.cc
|
| diff --git a/src/cpu-profiler.cc b/src/cpu-profiler.cc
|
| index 8bd3e4d8289832f8dc837c023e34d64f049ee47b..5b5b67a297c2781ef6913b6004af4a7d04874539 100644
|
| --- a/src/cpu-profiler.cc
|
| +++ b/src/cpu-profiler.cc
|
| @@ -48,7 +48,7 @@ void ProfilerEventsProcessor::AddCurrentStack(Isolate* isolate) {
|
| regs.fp = frame->fp();
|
| regs.pc = frame->pc();
|
| }
|
| - record.sample.Init(isolate, regs);
|
| + record.sample.Init(isolate, regs, TickSample::kSkipCEntryFrame);
|
| ticks_from_vm_buffer_.Enqueue(record);
|
| }
|
|
|
|
|