Lines Matching refs:ps_prochandle
94 typedef jvm_agent_t *(*j_agent_create_f)(struct ps_prochandle *, int);
103 static jvm_agent_t *load_libjvm(struct ps_prochandle *P);
115 typedef pydb_agent_t *(*pydb_agent_create_f)(struct ps_prochandle *P, int vers);
127 static pydb_agent_t *load_libpython(struct ps_prochandle *P);
134 struct ps_prochandle *proc;
148 static void print_zombie(struct ps_prochandle *, struct threadinfo *);
218 struct ps_prochandle *Pr = NULL; in main()
447 struct ps_prochandle *Pr = h->proc; in all_call_stacks()
569 struct ps_prochandle *Pr = h->proc; in print_frame()
656 print_zombie(struct ps_prochandle *Pr, struct threadinfo *tip) in print_zombie()
720 struct ps_prochandle *Pr = cd; in jvm_object_iter()
749 load_libjvm(struct ps_prochandle *Pr) in load_libjvm()
816 struct ps_prochandle *Pr = cd; in python_object_iter()
844 load_libpython(struct ps_prochandle *Pr) in load_libpython()