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

  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 82 DynamicLibrary::SearchForAddressOfSymbol("op_open_agent");
178 bool OProfileWrapper::op_open_agent() { function in class:llvm::OProfileWrapper
  /external/oprofile/libopagent/
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

Completed in 2878 milliseconds