HomeSort by relevance Sort by last modified time
    Searched refs:OProfileWrapper (Results 1 - 5 of 5) 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"
42 OProfileWrapper::OProfileWrapper()
55 bool OProfileWrapper::initialize() {
112 bool OProfileWrapper::isOProfileRunning() {
118 bool OProfileWrapper::checkForOProfileProcEntry() {
182 bool OProfileWrapper::op_open_agent() {
194 int OProfileWrapper::op_close_agent()
    [all...]
Makefile 15 OProfileWrapper.cpp
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 369 milliseconds