Searched refs:pid (Results 201 - 225 of 1000) sorted by relevance

1234567891011>>

/external/ltrace/
H A Dhandle_event.c90 debug(DEBUG_FUNCTION, "handle_event(pid=%d, type=%d)",
91 event->proc ? event->proc->pid : -1, event->type);
122 event->proc->pid,
131 event->proc->pid,
139 event->proc->pid,
148 event->proc->pid,
157 event->proc->pid,
166 event->proc->pid,
175 event->proc->pid,
185 event->proc->pid, even
216 pid_t pid; member in struct:Pending_New
222 pending_new(pid_t pid) argument
238 pending_new_insert(pid_t pid) argument
254 pending_new_remove(pid_t pid) argument
580 pid_t pid = proc->pid; local
[all...]
/external/ltrace/sysdeps/linux-gnu/ppc/
H A Dtrace.c69 (int)ptrace(PTRACE_PEEKTEXT, proc->pid, pc - sizeof(long),
74 (int)ptrace(PTRACE_PEEKUSER, proc->pid,
97 debug(1, "arch_sw_singlestep pid=%d addr=%p %s(%p)",
98 proc->pid, ip, breakpoint_name(sbp), sbp->addr);
125 unsigned long l = ptrace(PTRACE_PEEKTEXT, proc->pid, addr, 0);
139 debug(1, "pid=%d, branch in atomic block from %p to %p",
140 proc->pid, addr, branch_addr);
149 debug(1, "pid=%d, found end of atomic block %p at %p",
150 proc->pid, ip, addr);
158 " at %p\n", proc->pid, i
[all...]
/external/oprofile/libutil/
H A Dop_lockfile.c47 pid_t pid = op_read_lock_file(file); local
50 if (kill(pid, 0)) {
/external/qemu/distrib/libselinux/src/
H A Dprocattr.c19 pid_t pid, const char *attr)
28 if (pid > 0)
29 rc = asprintf(&path, "/proc/%d/attr/%s", pid, attr);
77 pid_t pid, const char *attr)
85 if (pid > 0)
86 rc = asprintf(&path, "/proc/%d/attr/%s", pid, attr);
132 int get##fn(pid_t pid, char **c) \
134 return getprocattrcon(c, pid, #attr); \
18 getprocattrcon(char ** context, pid_t pid, const char *attr) argument
76 setprocattrcon(const char * context, pid_t pid, const char *attr) argument
/external/qemu/
H A Diohandler.c139 int pid; member in struct:ChildProcessRecord
158 if (waitpid(rec->pid, NULL, WNOHANG) == rec->pid) {
175 int qemu_add_child_watch(pid_t pid) argument
184 if (rec->pid == pid) {
189 rec->pid = pid;
/external/valgrind/main/memcheck/tests/linux/
H A Dstack_switch.c37 pid_t pid; local
48 if ( ( pid = clone( thread_main, stack + STACK_SIZE, CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|SIGCHLD, NULL ) ) == -1 )
/external/bison/lib/
H A Dspawn_int.h59 extern int __spawni (pid_t *pid, const char *path,
/external/chromium_org/base/process/
H A Dprocess.h36 ProcessId pid() const;
H A Dprocess_handle.h45 BASE_EXPORT bool OpenProcessHandle(ProcessId pid, ProcessHandle* handle);
53 BASE_EXPORT bool OpenPrivilegedProcessHandle(ProcessId pid,
58 BASE_EXPORT bool OpenProcessHandleWithAccess(ProcessId pid,
/external/chromium_org/components/nacl/browser/
H A Dnacl_broker_host_win.cc97 int32 pid, base::ProcessHandle process_handle,
106 pid, handle_in_broker_process, startup_info));
109 void NaClBrokerHost::OnDebugExceptionHandlerLaunched(int32 pid, bool success) { argument
110 NaClBrokerService::GetInstance()->OnDebugExceptionHandlerLaunched(pid,
96 LaunchDebugExceptionHandler( int32 pid, base::ProcessHandle process_handle, const std::string& startup_info) argument
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_unittest.cc76 int pid,
84 VerifyInt(dict, "pid", pid);
119 VerifyInt(dict, "pid", 1);
141 VerifyInt(dict, "pid", 1);
164 VerifyInt(dict, "pid", 1);
184 const int pid = 2; local
188 rid, pid, kUrl, true, true, audio_constraint, video_constraint);
192 observer->value(), rid, pid, kUrl, audio_constraint, video_constraint);
199 const int pid local
74 VerifyGetUserMediaData(base::Value* actual_data, int rid, int pid, const std::string& origin, const std::string& audio, const std::string& video) argument
218 const int rid = 0, pid = 1, lid = 2; local
261 const int rid = 0, pid = 1, lid = 2; local
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dsysinfo.h82 // about is whether a thread's pid is the same as the thread that
115 // Create a new iterator for the specified pid. pid can be 0 for "self".
116 explicit ProcMapsIterator(pid_t pid);
121 ProcMapsIterator(pid_t pid, Buffer *buffer);
126 ProcMapsIterator(pid_t pid, Buffer *buffer,
190 void Init(pid_t pid, Buffer *buffer, bool use_maps_backing);
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dsysinfo.h82 // about is whether a thread's pid is the same as the thread that
115 // Create a new iterator for the specified pid. pid can be 0 for "self".
116 explicit ProcMapsIterator(pid_t pid);
121 ProcMapsIterator(pid_t pid, Buffer *buffer);
126 ProcMapsIterator(pid_t pid, Buffer *buffer,
190 void Init(pid_t pid, Buffer *buffer, bool use_maps_backing);
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Diprofiler_profiler.py23 def __init__(self, pid, output_path):
28 'iprofiler', ['-timeprofiler', '-T', '300', '-a', str(pid),
74 for pid, output_file in process_output_file_map.iteritems():
80 _SingleProcessIprofilerProfiler(pid, output_file))
H A Dsample_profiler.py17 def __init__(self, pid, output_path):
21 ['sample', str(pid), '-mayDie', '-file', self._output_path],
65 for pid, output_file in process_output_file_map.iteritems():
71 _SingleProcessSampleProfiler(pid, output_file))
/external/fio/os/
H A Dos-freebsd.h49 static inline int fio_setaffinity(int pid, os_cpu_mask_t cpumask) argument
51 return cpuset_setaffinity(CPU_LEVEL_WHICH, CPU_WHICH_TID, pid, sizeof(cpumask), &cpumask);
54 static inline int fio_getaffinity(int pid, os_cpu_mask_t *cpumask) argument
56 return cpuset_getaffinity(CPU_LEVEL_WHICH, CPU_WHICH_PID, pid, sizeof(cpumask), cpumask);
/external/kernel-headers/original/uapi/linux/
H A Ddlm_plock.h34 __u32 pid; member in struct:dlm_plock_info
/external/kernel-headers/original/uapi/rdma/
H A Drdma_netlink.h29 __s32 pid; member in struct:rdma_cm_id_stats
/external/libunwind/src/ptrace/
H A D_UPT_internal.h53 pid_t pid; /* the process-id of the child we're unwinding */ member in struct:UPT_info
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Drun-command.h17 pid_t pid; member in struct:child_process
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp65 PtraceWrapper(int req, lldb::pid_t pid, void *addr, int data, argument
74 reqName, pid, addr, data, file, line);
86 result = ptrace(req, pid, (caddr_t) addr, data);
123 PtraceWrapper(int req, lldb::pid_t pid, void *addr, int data) argument
127 result = ptrace(req, pid, (caddr_t)addr, data);
131 #define PTRACE(req, pid, addr, data) \
132 PtraceWrapper((req), (pid), (addr), (data), #req, __FILE__, __LINE__)
134 PtraceWrapper((req), (pid), (addr), (data))
143 DoReadMemory(lldb::pid_t pid, lldb::addr_t vm_addr, void *buf, size_t size, argument
153 if (PTRACE(PT_IO, pid, (caddr_
159 DoWriteMemory(lldb::pid_t pid, lldb::addr_t vm_addr, const void *buf, size_t size, Error &error) argument
239 lldb::pid_t pid = monitor->GetPID(); local
269 lldb::pid_t pid = monitor->GetPID(); local
612 lldb::pid_t pid = monitor->GetPID(); local
637 lldb::pid_t pid = monitor->GetPID(); local
675 AttachArgs(ProcessMonitor *monitor, lldb::pid_t pid) argument
761 ProcessMonitor(ProcessPOSIX *process, lldb::pid_t pid, lldb_private::Error &error) argument
869 lldb::pid_t pid; local
982 assert(WIFSTOPPED(status) && wpid == pid && local
1058 lldb::pid_t pid = args->m_pid; local
1099 MonitorCallback(void *callback_baton, lldb::pid_t pid, bool exited, int signal, int status) argument
1146 MonitorSIGTRAP(ProcessMonitor *monitor, const siginfo_t *info, lldb::pid_t pid) argument
1195 MonitorSignal(ProcessMonitor *monitor, const siginfo_t *info, lldb::pid_t pid) argument
[all...]
/external/ltrace/sysdeps/linux-gnu/x86/
H A Dregs.c61 long int ret = ptrace(PTRACE_PEEKUSER, proc->pid, XIP, 0);
72 ptrace(PTRACE_POKEUSER, proc->pid, XIP, addr);
78 long sp = ptrace(PTRACE_PEEKUSER, proc->pid, XSP, 0);
96 long a = ptrace(PTRACE_PEEKTEXT, proc->pid, sp, 0);
/external/chromium_org/chrome/browser/
H A Dmemory_details_linux.cc81 pid_t pid; member in struct:Process
95 process.pid = process_entry->pid();
98 map.insert(std::make_pair(process.pid, process));
123 pmi.pid = *iter;
126 if (pmi.pid == base::GetCurrentProcId())
141 // Find all children of the given process with pid |root|.
156 children.push_back(process.pid);
157 next_wavefront.insert(process.pid);
187 browsers_found.insert(current_process.pid);
[all...]
/external/chromium_org/chrome/installer/util/
H A Dwmi_unittest.cc45 int pid = 0; local
46 bool result = WMIProcess::Launch(L"cmd.exe /c echo excelent!", &pid);
48 EXPECT_GT(pid, 0);
/external/chromium_org/components/nacl/common/
H A Dnacl_debug_exception_handler_win.cc33 int pid = GetProcessId(nacl_process_); variable
34 if (pid == 0) {
37 if (!DebugActiveProcess(pid)) {

Completed in 6834 milliseconds

1234567891011>>