Home
last modified time | relevance | path

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

/external/ltrace/
Dproc.c542 if (pid2proc(pid) != NULL) in open_pid()
577 if (pid2proc(tasks[i]) == NULL in open_pid()
588 struct process *leader = pid2proc(pid)->leader; in open_pid()
605 pid2proc(pid_t pid) in pid2proc() function
698 struct process *leader = pid2proc(tgid); in add_process()
Dlibltrace.c53 struct process *p_proc = pid2proc(it->pid); in stop_non_p_processes()
Dproc.h171 struct process *pid2proc(pid_t pid);
Dhandle_event.c322 struct process *proc = pid2proc(event->e_un.newpid); in handle_new()
/external/ltrace/sysdeps/linux-gnu/
Devents.c173 event.proc = pid2proc(pid); in next_event()
Dtrace.c426 struct process *proc = pid2proc(it->pid); in detach_process()
1175 struct process *proc = pid2proc(it->pid); in os_ltrace_exiting()