OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_write_native_code
(Results
1 - 5
of
5
) sorted by null
/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/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/JIT/
OProfileJITEventListener.cpp
108
if (
op_write_native_code
(Agent, F.getName().data(),
/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
()");
Completed in 750 milliseconds