Lines Matching refs:note
238 void opd_handle_fork(struct op_note const * note) in opd_handle_fork() argument
244 verbprintf(vmisc, "DO_FORK: from %d, %d to %ld, %ld\n", note->pid, note->tgid, in opd_handle_fork()
245 note->addr, note->len); in opd_handle_fork()
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()
261 proc = opd_new_proc(note->addr, note->len); in opd_handle_fork()
278 map->image->kernel, note->addr, note->len); in opd_handle_fork()
317 void opd_handle_exit(struct op_note const * note) in opd_handle_exit() argument
321 verbprintf(vmisc, "DO_EXIT: process %d\n", note->pid); in opd_handle_exit()
323 proc = opd_get_proc(note->pid, note->tgid); in opd_handle_exit()
328 verbprintf(vmisc, "unknown proc %u just exited.\n", note->pid); in opd_handle_exit()