OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iJIT_IsProfilingActive
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/v8/src/third_party/vtune/
vtune-jit.h
64
#define VTUNERUNNING (
iJIT_IsProfilingActive
() == iJIT_SAMPLING_ON)
jitprofiling.h
142
/* Flags used by
iJIT_IsProfilingActive
() */
149
* returned by
iJIT_IsProfilingActive
()
286
iJIT_IsProfilingActiveFlags JITAPI
iJIT_IsProfilingActive
(void);
jitprofiling.cc
286
ITT_EXTERN_C iJIT_IsProfilingActiveFlags JITAPI
iJIT_IsProfilingActive
()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventsWrapper.h
42
return
iJIT_IsProfilingActive
() == iJIT_SAMPLING_ON;
48
IsProfilingActiveFunc(::
iJIT_IsProfilingActive
),
80
iJIT_IsProfilingActiveFlags
iJIT_IsProfilingActive
(void) {
jitprofiling.h
103
/* Flags used by
iJIT_IsProfilingActive
() */
110
* returned by
iJIT_IsProfilingActive
()
247
iJIT_IsProfilingActiveFlags JITAPI
iJIT_IsProfilingActive
(void);
jitprofiling.c
262
ITT_EXTERN_C iJIT_IsProfilingActiveFlags JITAPI
iJIT_IsProfilingActive
()
Completed in 34 milliseconds