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

  /external/oprofile/libopagent/
opagent.h 64 int op_close_agent(op_agent_t hdl);
opagent.c 196 int op_close_agent(op_agent_t hdl) function
  /external/llvm/lib/ExecutionEngine/JIT/
OProfileJITEventListener.cpp 64 if (op_close_agent(Agent) == -1) {
  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 158 if (op_close_agent(agent_hdl))
159 perror("Error: op_close_agent()");
  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 324 if (op_close_agent(agent_hdl))
325 perror("Error: op_close_agent()");

Completed in 95 milliseconds