| Index: src/code-stubs.cc
|
| ===================================================================
|
| --- src/code-stubs.cc (revision 7006)
|
| +++ src/code-stubs.cc (working copy)
|
| @@ -32,7 +32,6 @@
|
| #include "factory.h"
|
| #include "gdb-jit.h"
|
| #include "macro-assembler.h"
|
| -#include "oprofile-agent.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
| @@ -63,9 +62,6 @@
|
| void CodeStub::RecordCodeGeneration(Code* code, MacroAssembler* masm) {
|
| code->set_major_key(MajorKey());
|
|
|
| - OPROFILE(CreateNativeCodeRegion(GetName(),
|
| - code->instruction_start(),
|
| - code->instruction_size()));
|
| PROFILE(CodeCreateEvent(Logger::STUB_TAG, code, GetName()));
|
| GDBJIT(AddCode(GDBJITInterface::STUB, GetName(), code));
|
| COUNTERS->total_stubs_code_size()->Increment(code->instruction_size());
|
|
|