Searched refs:jvm_t (Results 1 - 4 of 4) sorted by relevance
/openjdk7/hotspot/src/os/bsd/dtrace/ |
H A D | jvm_dtrace.h | 42 typedef struct _jvm_t jvm_t; typedef in typeref:struct:_jvm_t 47 jvm_t* jvm_attach(pid_t pid); 71 int jvm_enable_dtprobes(jvm_t* jvm, int num_probe_types, const char** probe_types); 80 int jvm_detach(jvm_t* jvm);
|
H A D | jvm_dtrace.c | 230 jvm_t* jvm_attach(pid_t pid) { 231 jvm_t* jvm; 234 jvm = (jvm_t*) calloc(1, sizeof(jvm_t)); 295 int jvm_detach(jvm_t* jvm) { 311 print_debug("jvm_t* is NULL\n"); 358 int enqueue_command(jvm_t* jvm, const char* cstr, int arg_count, const char** args) { 489 int jvm_enable_dtprobes(jvm_t* jvm, int num_probe_types, const char** probe_types) { 499 print_debug("jvm_t* is NULL\n");
|
/openjdk7/hotspot/src/os/solaris/dtrace/ |
H A D | jvm_dtrace.h | 42 typedef struct _jvm_t jvm_t; typedef in typeref:struct:_jvm_t 47 jvm_t* jvm_attach(pid_t pid); 71 int jvm_enable_dtprobes(jvm_t* jvm, int num_probe_types, const char** probe_types); 80 int jvm_detach(jvm_t* jvm);
|
H A D | jvm_dtrace.c | 230 jvm_t* jvm_attach(pid_t pid) { 231 jvm_t* jvm; 234 jvm = (jvm_t*) calloc(1, sizeof(jvm_t)); 295 int jvm_detach(jvm_t* jvm) { 311 print_debug("jvm_t* is NULL\n"); 358 int enqueue_command(jvm_t* jvm, const char* cstr, int arg_count, const char** args) { 489 int jvm_enable_dtprobes(jvm_t* jvm, int num_probe_types, const char** probe_types) { 499 print_debug("jvm_t* is NULL\n");
|
Completed in 33 milliseconds