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

  /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"
41 OProfileWrapper::OProfileWrapper()
54 bool OProfileWrapper::initialize() {
111 bool OProfileWrapper::isOProfileRunning() {
117 bool OProfileWrapper::checkForOProfileProcEntry() {
181 bool OProfileWrapper::op_open_agent() {
193 int OProfileWrapper::op_close_agent()
    [all...]
OProfileJITEventListener.cpp 10 // This file defines a JITEventListener object that uses OProfileWrapper to tell
18 #include "llvm/ExecutionEngine/OProfileWrapper.h"
38 std::unique_ptr<OProfileWrapper> Wrapper;
44 OProfileJITEventListener(std::unique_ptr<OProfileWrapper> LibraryWrapper)
154 return new OProfileJITEventListener(llvm::make_unique<OProfileWrapper>());
  /external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 27 class OProfileWrapper;
106 OProfileWrapper* AlternativeImpl);
112 OProfileWrapper* AlternativeImpl) {
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,

Completed in 2087 milliseconds