Searched refs:pid (Results 151 - 175 of 2000) sorted by relevance

1234567891011>>

/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dpl_syscolors.d69 /self->last == 0 && pid == $target/
78 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "sub",
90 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "sub",
96 /pid == $target/
100 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
106 /pid == $target/
110 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
116 /pid == $target/
H A Dpy_syscolors.d66 /self->last == 0 && pid == $target/
75 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
87 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
93 /pid == $target/
97 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
103 /pid == $target/
107 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
113 /pid == $target/
H A Drwbbypid.d49 @bytes[pid, execname, "R"] = sum(arg0);
54 @bytes[pid, execname, "W"] = sum(arg0);
H A Drwbypid.d49 @calls[pid, execname, "R"] = sum(arg0);
54 @calls[pid, execname, "W"] = sum(arg0);
H A Dtcl_calls.d51 @calls[pid, "proc", copyinstr(arg0)] = count();
56 @calls[pid, "cmd", copyinstr(arg0)] = count();
/netbsd-current/external/cddl/dtracetoolkit/dist/Cpu/
H A Dcpuwalk.d53 /pid/
55 @sample[pid, execname] = lquantize(cpu, 0, MAXCPUID, 1);
/netbsd-current/external/cddl/dtracetoolkit/dist/Perl/
H A Dpl_syscolors.d69 /self->last == 0 && pid == $target/
78 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "sub",
90 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "sub",
96 /pid == $target/
100 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
106 /pid == $target/
110 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
116 /pid == $target/
/netbsd-current/external/cddl/dtracetoolkit/dist/Proc/
H A Drwbbypid.d49 @bytes[pid, execname, "R"] = sum(arg0);
54 @bytes[pid, execname, "W"] = sum(arg0);
H A Drwbypid.d49 @calls[pid, execname, "R"] = sum(arg0);
54 @calls[pid, execname, "W"] = sum(arg0);
/netbsd-current/external/cddl/dtracetoolkit/dist/Python/
H A Dpy_syscolors.d66 /self->last == 0 && pid == $target/
75 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
87 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
93 /pid == $target/
97 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
103 /pid == $target/
107 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
113 /pid == $target/
/netbsd-current/external/cddl/dtracetoolkit/dist/Tcl/
H A Dtcl_calls.d51 @calls[pid, "proc", copyinstr(arg0)] = count();
56 @calls[pid, "cmd", copyinstr(arg0)] = count();
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dclone4.c30 int pid; local
40 pid = clone (process, (char *) stack + stacksize - 64,
43 if (pid <= 0)
48 fprintf (stderr, "Bad clone %d\n", pid);
/netbsd-current/external/ibm-public/postfix/dist/src/master/
H A Dmaster_proto.h29 int pid; /* process ID */ member in struct:MASTER_STATUS
/netbsd-current/external/mit/libuv/dist/test/
H A Drunner-unix.h30 pid_t pid; member in struct:__anon85
/netbsd-current/tests/net/if_tap/
H A Drump_open_tap.c58 pid_t pid; local
64 pid = fork();
65 switch (pid) {
71 fprintf(fp, "%d\n", pid);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dnbsd-nat.c41 nbsd_nat_target::pid_to_exec_file (int pid) argument
43 return const_cast<char *> (netbsd_nat::pid_to_exec_file (pid));
49 nbsd_pid_to_cwd (int pid) argument
53 int mib[4] = {CTL_KERN, KERN_PROC_ARGS, pid, KERN_PROC_CWD};
63 nbsd_pid_to_kinfo_proc2 (pid_t pid, struct kinfo_proc2 *kp) argument
68 int mib[6] = {CTL_KERN, KERN_PROC2, KERN_PROC_PID, pid,
76 nbsd_pid_to_cmdline (int pid) argument
78 int mib[4] = {CTL_KERN, KERN_PROC_ARGS, pid, KERN_PROC_ARGV};
121 nbsd_add_threads (nbsd_nat_target *target, pid_t pid) argument
135 netbsd_nat::for_each_thread (pid, f
149 post_attach(int pid) argument
172 pid_t pid = ptid.pid (); local
183 nbsd_kinfo_get_vmmap(pid_t pid, size_t *size) argument
221 pid_t pid = inferior_ptid.pid (); local
276 pid_t pid; local
557 pid_t pid; local
586 pid_t pid = nbsd_wait (ptid, ourstatus, target_options); local
718 insert_exec_catchpoint(int pid) argument
727 remove_exec_catchpoint(int pid) argument
736 set_syscall_catchpoint(int pid, bool needed, int any_count, gdb::array_view<const int> syscall_counts) argument
763 pid_t pid = inferior_ptid.pid (); local
798 pid_t pid = inferior_ptid.pid (); local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-tic6x/
H A Dattr-pid-11.d4 #source: attr-pid-1.s
5 #source: attr-pid-1.s
H A Dattr-pid-12.d4 #source: attr-pid-1.s
5 #source: attr-pid-2.s
H A Dattr-pid-21.d4 #source: attr-pid-2.s
5 #source: attr-pid-1.s
H A Dattr-pid-22.d4 #source: attr-pid-2.s
5 #source: attr-pid-2.s
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dslow-waitpid.c39 The idea in this library is to rate limit calls to waitpid (where pid is
109 pid_t pid; member in struct:__anon1561
129 the pid is -1 and the WNOHANG option is set. If calls occur faster than
168 real_waitpid (pid_t pid, int *wstatus, int options) argument
180 return (*real_func) (pid, wstatus, options);
212 waitpid (pid_t pid, int *wstatus, int options) argument
214 log_msg ("waitpid: waitpid (%d, %p, 0x%x)\n", pid, wstatus, options);
217 && pid == -1
229 log_msg ("waitpid: delaying waitpid result (pid = %d)\n",
233 cached_wait_status.pid
284 pid_t pid; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dslow-waitpid.c39 The idea in this library is to rate limit calls to waitpid (where pid is
109 pid_t pid; member in struct:__anon1059
129 the pid is -1 and the WNOHANG option is set. If calls occur faster than
168 real_waitpid (pid_t pid, int *wstatus, int options) argument
180 return (*real_func) (pid, wstatus, options);
212 waitpid (pid_t pid, int *wstatus, int options) argument
214 log_msg ("waitpid: waitpid (%d, %p, 0x%x)\n", pid, wstatus, options);
217 && pid == -1
229 log_msg ("waitpid: delaying waitpid result (pid = %d)\n",
233 cached_wait_status.pid
284 pid_t pid; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dx86-fbsd-nat.c32 parent_state = x86_lookup_debug_reg_state (parent.pid ());
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dclone4.c30 int pid; local
40 pid = clone (process, (char *) stack + stacksize - 64,
43 if (pid <= 0)
48 fprintf (stderr, "Bad clone %d\n", pid);
/netbsd-current/sys/arch/arm/at91/
H A Dat91pmc.c122 at91pmc_peripheral_clock(int pid, int enable) argument
126 if (pid < 0 || pid >= PID_COUNT)
127 panic("%s: pid %d out of range", __FUNCTION__, pid);
132 pid_enable_count[pid]++;
133 PMCREG(PMC_PCER) = (1U << pid);
135 if (--pid_enable_count[pid] < 0)
136 panic("%s: pid %d enable count got negative (%d)",
137 __FUNCTION__, pid, pid_enable_coun
[all...]

Completed in 246 milliseconds

1234567891011>>