/external/oprofile/libopagent/ |
opagent.h | 89 int op_write_native_code(op_agent_t hdl, char const * symbol_name, 94 * Add debug line information to a piece of code. An op_write_native_code() 118 * An op_write_native_code() with the same vma should have
|
opagent.c | 221 int op_write_native_code(op_agent_t hdl, char const * symbol_name, function
|
/external/llvm/include/llvm/ExecutionEngine/ |
OProfileWrapper.h | 94 int op_write_native_code(const char* name,
|
/external/oprofile/agents/jvmti/ |
libjvmti_oprofile.c | 182 if (op_write_native_code(agent_hdl, buf, 185 perror("Error: op_write_native_code()"); 230 if (op_write_native_code(agent_hdl, name, 233 perror("Error: op_write_native_code()");
|
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
OProfileJITEventListener.cpp | 96 if (Wrapper.op_write_native_code(F.getName().data(),
|
OProfileWrapper.cpp | 86 DynamicLibrary::SearchForAddressOfSymbol("op_write_native_code"); 208 int OProfileWrapper::op_write_native_code(const char* Name, function in class:llvm::OProfileWrapper
|
/external/oprofile/agents/jvmpi/ |
jvmpi_oprofile.cpp | 135 if (op_write_native_code(agent_hdl, buf, (uint64_t) code_addr, 137 perror("Error: op_write_native_code()");
|