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

  /external/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h 1 //===-- OProfileWrapper.h - OProfile JIT API Wrapper ------------*- C++ -*-===//
9 // This file defines a OProfileWrapper object that detects if the oprofile
29 class OProfileWrapper {
63 OProfileWrapper();
67 OProfileWrapper(op_open_agent_ptr_t OpenAgentImpl,
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 1 //===-- OProfileWrapper.cpp - OProfile JIT API Wrapper implementation -----===//
10 // This file implements the interface in OProfileWrapper.h. It is responsible
16 #include "llvm/ExecutionEngine/OProfileWrapper.h"
43 OProfileWrapper::OProfileWrapper()
56 bool OProfileWrapper::initialize() {
113 bool OProfileWrapper::isOProfileRunning() {
119 bool OProfileWrapper::checkForOProfileProcEntry() {
178 bool OProfileWrapper::op_open_agent() {
190 int OProfileWrapper::op_close_agent()
    [all...]

Completed in 612 milliseconds