/external/libchrome/base/trace_event/ |
memory_dump_provider.h | 29 Options() : target_pid(kNullProcessId) {} 30 explicit Options(ProcessId target_pid) : target_pid(target_pid) {} 36 ProcessId target_pid; member in struct:base::trace_event::MemoryDumpProvider::Options
|
memory_dump_manager.cc | 446 ProcessId target_pid = mdpinfo->options.target_pid; local 448 pmd_async_state->GetOrCreateMemoryDumpContainerForProcess(target_pid);
|
/external/libunwind/tests/ |
test-ptrace.c | 164 static pid_t target_pid; variable 167 kill (target_pid, SIGKILL); 211 target_pid = fork (); 212 if (!target_pid) 236 ui = _UPT_create (target_pid); 296 ptrace (PTRACE_CONT, target_pid, 0, 0); 298 ptrace (PT_CONTINUE, target_pid, (caddr_t)1, 0); 306 ptrace (PTRACE_SINGLESTEP, target_pid, 0, pending_sig); 308 ptrace (PT_STEP, target_pid, (caddr_t)1, pending_sig); 320 ptrace (PTRACE_SYSCALL, target_pid, 0, pending_sig) [all...] |