Home | History | Annotate | Download | only in liblegacy

Lines Matching refs:tgid

75 	image = opd_get_image(cp, image_name, 0, proc->tid, proc->tgid);
117 verbprintf(vmisc, "image name %s for pid %u %u\n", image_name, proc->tid, proc->tgid);
153 image_name, 0, proc->tid, proc->tgid);
170 u32 tgid;
185 if (sscanf(line, "Tgid: %u", &tgid) == 1) {
188 return tgid;
213 u32 tgid = read_tgid(pid);
214 verbprintf(vmisc, "ASCII added %u %u\n", pid, tgid);
215 proc = opd_get_proc(pid, tgid);
217 proc = opd_new_proc(pid, tgid);