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

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Djvm_dtrace.c489 int jvm_enable_dtprobes(jvm_t* jvm, int num_probe_types, const char** probe_types) { argument
503 if (num_probe_types == 0 || probe_types == NULL ||
510 for (index = 0; index < num_probe_types; index++) {
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Djvm_dtrace.c489 int jvm_enable_dtprobes(jvm_t* jvm, int num_probe_types, const char** probe_types) { argument
503 if (num_probe_types == 0 || probe_types == NULL ||
510 for (index = 0; index < num_probe_types; index++) {

Completed in 43 milliseconds