Home
last modified time | relevance | path

Searched refs:jvm_agent_t (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c85 typedef struct jvm_agent jvm_agent_t; typedef
94 typedef jvm_agent_t *(*j_agent_create_f)(struct ps_prochandle *, int);
95 typedef void (*j_agent_destroy_f)(jvm_agent_t *);
96 typedef int (*j_frame_iter_f)(jvm_agent_t *, prgregset_t, java_stack_f *,
103 static jvm_agent_t *load_libjvm(struct ps_prochandle *P);
104 static void reset_libjvm(jvm_agent_t *);
135 jvm_agent_t *jvm;
748 static jvm_agent_t *
751 jvm_agent_t *ret; in load_libjvm()
794 reset_libjvm(jvm_agent_t *agent) in reset_libjvm()