Searched refs:opd_get_proc (Results 1 – 4 of 4) sorted by relevance
85 struct opd_proc * opd_get_proc(pid_t tid, pid_t tgid) in opd_get_proc() function205 if (!(proc = opd_get_proc(sample->pid, sample->tgid))) { in opd_put_sample()247 old = opd_get_proc(note->pid, note->tgid); in opd_handle_fork()257 if (opd_get_proc(note->addr, note->len)) in opd_handle_fork()305 proc = opd_get_proc(tid, tgid); in opd_handle_exec()323 proc = opd_get_proc(note->pid, note->tgid); in opd_handle_exit()
114 struct opd_proc * opd_get_proc(pid_t tid, pid_t tgid);
146 proc = opd_get_proc(note->pid, note->tgid); in opd_handle_mapping()
215 proc = opd_get_proc(pid, tgid); in opd_get_ascii_procs()