OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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"
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
...]
Completed in 39 milliseconds