Searched refs:HS_DTRACE_PROBE1 (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DvmGCOperations.cpp53 HS_DTRACE_PROBE1(hotspot, gc__begin, full);
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddtrace.hpp147 #define HS_DTRACE_PROBE1(provider,name,a0)\ macro
182 #define HS_DTRACE_PROBE1(provider,name,a0)\ macro
/openjdk7/hotspot/src/share/vm/prims/
H A Dunsafe.cpp1207 HS_DTRACE_PROBE1(hotspot, thread__park__end, thread->parker());
1251 HS_DTRACE_PROBE1(hotspot, thread__unpark, p);
H A Djvm.cpp2925 HS_DTRACE_PROBE1(hotspot, thread__sleep__begin, millis);
2958 HS_DTRACE_PROBE1(hotspot, thread__sleep__end,1);
2975 HS_DTRACE_PROBE1(hotspot, thread__sleep__end,0);
H A Djni.cpp127 HS_DTRACE_PROBE1(hotspot_jni, name##__return, _ret_ref); \
5010 HS_DTRACE_PROBE1(hotspot_jni, GetDefaultJavaVMInitArgs__entry, args_);
5195 HS_DTRACE_PROBE1(hotspot_jni, GetCreatedJavaVMs__return, JNI_OK);

Completed in 60 milliseconds