OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_major_version
(Results
1 - 6
of
6
) sorted by null
/external/oprofile/libopagent/
opagent.h
129
int
op_major_version
(void);
opagent.c
117
#define
OP_MAJOR_VERSION
1
381
int
op_major_version
(void)
function
383
return
OP_MAJOR_VERSION
;
/external/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h
102
int
op_major_version
();
/external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp
92
DynamicLibrary::SearchForAddressOfSymbol("
op_major_version
");
234
int OProfileWrapper::
op_major_version
() {
function in class:llvm::OProfileWrapper
/external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp
194
<<
op_major_version
() << "." << op_minor_version()
/external/oprofile/agents/jvmti/
libjvmti_oprofile.c
252
op_major_version
(), op_minor_version());
Completed in 94 milliseconds