Lines Matching refs:jvm_agent_t
82 typedef struct jvm_agent jvm_agent_t;
91 typedef jvm_agent_t *(*j_agent_create_f)(struct ps_prochandle *, int);
92 typedef void (*j_agent_destroy_f)(jvm_agent_t *);
93 typedef int (*j_frame_iter_f)(jvm_agent_t *, prgregset_t, java_stack_f *,
100 static jvm_agent_t *load_libjvm(struct ps_prochandle *P);
101 static void reset_libjvm(jvm_agent_t *);
129 jvm_agent_t *jvm;
704 static jvm_agent_t *
707 jvm_agent_t *ret;
750 reset_libjvm(jvm_agent_t *agent)