Searched defs:enable_dprobes (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DdtraceAttacher.cpp59 void DTrace::enable_dprobes(int probes) { function in class:DTrace
114 enable_dprobes(DTRACE_ALL_PROBES);
126 enable_dprobes(DTRACE_ALL_PROBES);
/openjdk7/hotspot/src/os/solaris/vm/
H A DattachListener_solaris.cpp641 static jint enable_dprobes(AttachOperation* op, outputStream* out) { function
652 DTrace::enable_dprobes(probe_typess);
660 { "enabledprobes", enable_dprobes },

Completed in 43 milliseconds