• Home
  • Raw
  • Download

Lines Matching refs:pid

98 create_new_process(uint32_t pid, uint32_t parent_pid)  in create_new_process()  argument
109 new_proc->pid = pid; in create_new_process()
123 parent_pid, pid); in create_new_process()
135 parent->image_path, parent_pid, pid); in create_new_process()
145 parent->image_path, parent_pid, pid); in create_new_process()
154 if(create_new_thread(new_proc, pid) == NULL) { in create_new_process()
275 strlen(image_path) + 1, image_path, proc->pid); in procdesc_set_image_path()
316 get_process_from_pid(uint32_t pid) in get_process_from_pid() argument
322 if (current_thread != NULL && current_thread->process->pid == pid) { in get_process_from_pid()
328 if (pid == proc->pid) { in get_process_from_pid()
365 from, thread->process->image_path, thread->process->pid); in memcheck_on_call()
375 thread->process->image_path, thread->process->pid, thread->tid, in memcheck_on_call()
486 if (parent_proc->pid != get_current_process()->pid) { in memcheck_fork()
488 tgid, new_pid, parent_proc->image_path, parent_proc->pid, in memcheck_fork()
489 get_current_process()->image_path, get_current_process()->pid); in memcheck_fork()
492 new_proc = create_new_process(new_pid, parent_proc->pid); in memcheck_fork()
502 tgid, new_pid, parent_proc->image_path, parent_proc->pid, current_tid); in memcheck_fork()
525 if (parent_proc->pid != get_current_process()->pid) { in memcheck_clone()
527 tgid, new_tid, parent_proc->image_path, parent_proc->pid, in memcheck_clone()
528 get_current_process()->image_path, get_current_process()->pid); in memcheck_clone()
534 tgid, new_tid, parent_proc->image_path, parent_proc->pid, current_tid); in memcheck_clone()
572 current_proc->image_path, current_proc->pid); in memcheck_set_cmd_line()
619 proc->image_path, proc->pid); in memcheck_exit()
675 proc->image_path, proc->pid, leaks_reported); in memcheck_exit()
679 proc->image_path, proc->pid, current_tid, leaks_reported); in memcheck_exit()
729 proc->image_path, proc->pid, vstart, vend); in memcheck_mmap_exepath()
736 proc->image_path, proc->pid, replaced.path, replaced.map_start, in memcheck_mmap_exepath()
742 proc->image_path, proc->pid, path, vstart, vend, exec_offset); in memcheck_mmap_exepath()
763 proc->image_path, proc->pid, desc.path, vstart, vend, desc.exec_offset); in memcheck_unmap()