HomeSort by relevance Sort by last modified time
    Searched refs:op_open_agent (Results 1 - 8 of 8) sorted by null

  /external/oprofile/libopagent/
opagent.h 54 op_agent_t op_open_agent(void);
59 * hdl: Handle returned from an earlier call to op_open_agent()
71 * hdl: Handle returned from an earlier call to op_open_agent()
99 * hdl: Handle returned from an earlier call to op_open_agent()
116 * hdl: Handle returned from an earlier call to op_open_agent()
opagent.c 34 * the following steps. As an example, assume op_open_agent()
37 * add the op_open_agent to it. Note that op_open_agent
41 * __asm__(".symver op_open_agent_1_0,op_open_agent@OPAGENT_1.0");
42 * __asm__(".symver op_open_agent_2_0,op_open_agent@@OPAGENT_2.0");
43 * 3. Update the declaration of op_open_agent in the header file with
45 * 4. Change the name of the original op_open_agent to "op_open_agent_1_0"
124 op_agent_t op_open_agent(void) function
  /external/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h 87 // Calls op_open_agent in the oprofile JIT library and saves the returned
91 bool op_open_agent();
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 81 DynamicLibrary::SearchForAddressOfSymbol("op_open_agent");
182 bool OProfileWrapper::op_open_agent() { function in class:llvm::OProfileWrapper
OProfileJITEventListener.cpp 64 if (!Wrapper.op_open_agent()) {
  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 211 agent_hdl = op_open_agent();
213 perror("Error: op_open_agent()");
  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 262 agent_hdl = op_open_agent();
264 perror("Error: op_open_agent()");
  /external/llvm/
configure     [all...]

Completed in 161 milliseconds