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

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.h34 typedef struct jvm_agent jvm_agent_t; typedef in typeref:struct:jvm_agent
38 jvm_agent_t *Jagent_create(struct ps_prochandle *P, int vers);
60 int Jframe_iter(jvm_agent_t *agent, prgregset_t gregs, java_stack_f *func, void* cld);
62 void Jagent_destroy(jvm_agent_t *J);
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.h34 typedef struct jvm_agent jvm_agent_t; typedef in typeref:struct:jvm_agent
38 jvm_agent_t *Jagent_create(struct ps_prochandle *P, int vers);
60 int Jframe_iter(jvm_agent_t *agent, prgregset_t gregs, java_stack_f *func, void* cld);
62 void Jagent_destroy(jvm_agent_t *J);

Completed in 38 milliseconds