Home | History | Annotate | Download | only in memcheck

Lines Matching refs:pid

72         printf("memcheck: Access violation is detected in process %s[pid=%u]:\n"
77 proc->image_path, proc->pid, ptr, routine == 1 ? "free" : "realloc",
116 printf("memcheck: Access violation is detected in process %s[pid=%u]:\n",
117 proc->image_path, proc->pid);
326 // Enable new PID allocation tracing.
384 memcheck_guest_libc_initialized(uint32_t pid)
386 ProcDesc* proc = get_process_from_pid(pid);
388 ME("memcheck: Unable to obtain process for libc_init pid=%u", pid);
398 T(PROC_LIBC_INIT, "memcheck: libc.so has been initialized for %s[pid=%u]\n",
399 proc->image_path, proc->pid);
420 pid=%u",
496 ME("memcheck: Unable to obtain process for pid=%u on free",
513 printf("memcheck: Access violation is detected in process %s[pid=%u]:\n",
514 proc->image_path, proc->pid);
542 ME("memcheck: Unable to obtain process for pid=%u on query_%s",