Searched refs:pid (Results 176 - 200 of 447) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Php/
H A Dphp_flowinfo.d72 printf("%d %6d/%-4d %10d %16s:%-4d %-8s %*s-> %s\n", cpu, pid, tid,
84 printf("%d %6d/%-4d %10d %16s:%-4d %-8s %*s<- %s\n", cpu, pid, tid,
H A Dphp_malloc.d57 pid$target:libc:malloc:entry
64 pid$target:libc:malloc:entry
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Python/
H A Dpy_flowinfo.d71 printf("%d %6d %10d %16s:%-4d %-8s %*s-> %s\n", cpu, pid, this->delta,
82 printf("%d %6d %10d %16s:%-4d %-8s %*s<- %s\n", cpu, pid, this->delta,
H A Dpy_malloc.d56 pid$target:libc:malloc:entry
63 pid$target:libc:malloc:entry
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Ruby/
H A Drb_malloc.d63 pid$target:libc:malloc:entry
69 pid$target:libc:malloc:entry
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_pci.c47 int vid, pid, svid, spid; local
67 vid = pid = svid = spid = 0;
72 pid = i[0];
81 hal_device_property_set_int (d, "pci.product_id", pid);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dj_calls.d63 @calls[pid, "method", this->name] = count();
70 @calls[pid, "oalloc", stringof(this->class)] = count();
77 @calls[pid, "cload", stringof(this->class)] = count();
84 @calls[pid, "thread", stringof(this->thread)] = count();
95 @calls[pid, "mcompile", this->name] = count();
106 @calls[pid, "mload", this->name] = count();
H A Dtcl_calltime.d69 @num[pid, "proc", this->name] = count();
71 @types_incl[pid, "proc", this->name] = sum(this->elapsed_incl);
72 @types_excl[pid, "proc", this->name] = sum(this->elapsed_excl);
95 @num[pid, "cmd", this->name] = count();
97 @types_incl[pid, "cmd", this->name] = sum(this->elapsed_incl);
98 @types_excl[pid, "cmd", this->name] = sum(this->elapsed_excl);
H A Dtcl_cputime.d69 @num[pid, "proc", this->name] = count();
71 @types_incl[pid, "proc", this->name] = sum(this->oncpu_incl);
72 @types_excl[pid, "proc", this->name] = sum(this->oncpu_excl);
95 @num[pid, "cmd", this->name] = count();
97 @types_incl[pid, "cmd", this->name] = sum(this->oncpu_incl);
98 @types_excl[pid, "cmd", this->name] = sum(this->oncpu_excl);
H A Dtcl_insflow.d74 printf("%3d %6d %-16d %9d %5s %*s-> %s\n", cpu, pid, timestamp / 1000,
84 printf("%3d %6d %-16d %9d %5s %*s<- %s\n", cpu, pid, timestamp / 1000,
92 printf("%3d %6d %-16d %9d %5s %*s-> %s\n", cpu, pid, timestamp / 1000,
102 printf("%3d %6d %-16d %9d %5s %*s<- %s\n", cpu, pid, timestamp / 1000,
110 printf("%3d %6d %-16d %9d %5s %*s-> %s\n", cpu, pid, timestamp / 1000,
120 printf("%3d %6d %-16d %9d %5s %*s<- %s\n", cpu, pid, timestamp / 1000,
H A Dtcpsnoop.d106 tpid[(int)self->connp] = pid;
124 tpid[(int)self->connp] = pid;
261 self->pid = 0;
266 self->uid, self->pid, self->laddr, self->lport, self->dir,
270 self->uid, self->pid, self->laddr, self->lport, self->dir,
298 self->name = pid && (tname[(int)self->conn_p] == "inetd") ?
300 self->pid = pid && (tname[(int)self->conn_p] == "inetd") ?
301 pid : tpid[(int)self->conn_p];
303 tpid[(int)self->conn_p] = self->pid;
[all...]
H A Dtcpsnoop_snv.d108 tpid[(int)self->connp] = pid;
126 tpid[(int)self->connp] = pid;
263 self->pid = 0;
268 self->uid, self->pid, self->laddr, self->lport, self->dir,
272 self->uid, self->pid, self->laddr, self->lport, self->dir,
300 self->name = pid && (tname[(int)self->conn_p] == "inetd") ?
302 self->pid = pid && (tname[(int)self->conn_p] == "inetd") ?
303 pid : tpid[(int)self->conn_p];
305 tpid[(int)self->conn_p] = self->pid;
[all...]
H A Dweblatency.d129 start[pid, self->fd - 1] = timestamp;
130 host[pid, self->fd - 1] = self->nam;
146 /execname == BROWSER && start[pid, arg0]/
158 self->host = stringof(host[pid, self->fd - 1]);
159 this->start = start[pid, self->fd - 1];
167 start[pid, self->fd - 1] = 0;
168 host[pid, self->fd - 1] = 0;
H A Dj_calltime.d77 @num[pid, "method", this->name] = count();
79 @types_incl[pid, "method", this->name] = sum(this->elapsed_incl);
80 @types_excl[pid, "method", this->name] = sum(this->elapsed_excl);
99 @num[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] = count();
100 @types[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] =
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/
H A Dj_calls.d63 @calls[pid, "method", this->name] = count();
70 @calls[pid, "oalloc", stringof(this->class)] = count();
77 @calls[pid, "cload", stringof(this->class)] = count();
84 @calls[pid, "thread", stringof(this->thread)] = count();
95 @calls[pid, "mcompile", this->name] = count();
106 @calls[pid, "mload", this->name] = count();
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Net/
H A Dtcpsnoop.d106 tpid[(int)self->connp] = pid;
124 tpid[(int)self->connp] = pid;
261 self->pid = 0;
266 self->uid, self->pid, self->laddr, self->lport, self->dir,
270 self->uid, self->pid, self->laddr, self->lport, self->dir,
298 self->name = pid && (tname[(int)self->conn_p] == "inetd") ?
300 self->pid = pid && (tname[(int)self->conn_p] == "inetd") ?
301 pid : tpid[(int)self->conn_p];
303 tpid[(int)self->conn_p] = self->pid;
[all...]
H A Dtcpsnoop_snv.d108 tpid[(int)self->connp] = pid;
126 tpid[(int)self->connp] = pid;
263 self->pid = 0;
268 self->uid, self->pid, self->laddr, self->lport, self->dir,
272 self->uid, self->pid, self->laddr, self->lport, self->dir,
300 self->name = pid && (tname[(int)self->conn_p] == "inetd") ?
302 self->pid = pid && (tname[(int)self->conn_p] == "inetd") ?
303 pid : tpid[(int)self->conn_p];
305 tpid[(int)self->conn_p] = self->pid;
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Tcl/
H A Dtcl_calltime.d69 @num[pid, "proc", this->name] = count();
71 @types_incl[pid, "proc", this->name] = sum(this->elapsed_incl);
72 @types_excl[pid, "proc", this->name] = sum(this->elapsed_excl);
95 @num[pid, "cmd", this->name] = count();
97 @types_incl[pid, "cmd", this->name] = sum(this->elapsed_incl);
98 @types_excl[pid, "cmd", this->name] = sum(this->elapsed_excl);
H A Dtcl_cputime.d69 @num[pid, "proc", this->name] = count();
71 @types_incl[pid, "proc", this->name] = sum(this->oncpu_incl);
72 @types_excl[pid, "proc", this->name] = sum(this->oncpu_excl);
95 @num[pid, "cmd", this->name] = count();
97 @types_incl[pid, "cmd", this->name] = sum(this->oncpu_incl);
98 @types_excl[pid, "cmd", this->name] = sum(this->oncpu_excl);
H A Dtcl_insflow.d74 printf("%3d %6d %-16d %9d %5s %*s-> %s\n", cpu, pid, timestamp / 1000,
84 printf("%3d %6d %-16d %9d %5s %*s<- %s\n", cpu, pid, timestamp / 1000,
92 printf("%3d %6d %-16d %9d %5s %*s-> %s\n", cpu, pid, timestamp / 1000,
102 printf("%3d %6d %-16d %9d %5s %*s<- %s\n", cpu, pid, timestamp / 1000,
110 printf("%3d %6d %-16d %9d %5s %*s-> %s\n", cpu, pid, timestamp / 1000,
120 printf("%3d %6d %-16d %9d %5s %*s<- %s\n", cpu, pid, timestamp / 1000,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_multihomed.t96 if($pid = fork()) {
104 waitpid($pid,0);
110 } elsif(defined $pid) {
/osnet-11/usr/src/lib/libc/port/sys/
H A Dfcntl.c72 int pid; local
82 pid = (int)arg;
83 return (ioctl(fd, FIOSETOWN, &pid));
/osnet-11/usr/src/lib/libkvm/common/
H A Dtest.c96 printf("pid %d:: %d args; %d envs; %d chars (%p - %p)\n",
142 struct pid pid; local
143 if (kvm_read(cookie, (uintptr_t)proc->p_pidp, &pid,
144 sizeof (pid)) != sizeof (pid)) {
145 printf("ERROR: couldn't get pid\n");
148 tst_getproc(pid.pid_id);
300 tst_getproc(pid_t pid) argument
303 struct pid pidbu
[all...]
/osnet-11/usr/src/lib/libnsl/dial/
H A Dulockf.c55 static char pid[SIZEOFPID+2] = { '\0' }; /* +2 for '\n' and NULL */ local
58 if (pid[0] == '\0') {
62 (void) sprintf(pid, "%*ld\n", SIZEOFPID, (long)getpid());
67 if (onelock(pid, tempfile, name) == -1) {
72 if (onelock(pid, tempfile, name)) {
85 * - use kill(pid, 0)
123 DEBUG(4, "kill pid (%ld), ", (long)lpid);
186 * makes a lock on behalf of pid.
188 * pid - process id
196 onelock(char *pid, cha argument
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Apps/
H A Dweblatency.d129 start[pid, self->fd - 1] = timestamp;
130 host[pid, self->fd - 1] = self->nam;
146 /execname == BROWSER && start[pid, arg0]/
158 self->host = stringof(host[pid, self->fd - 1]);
159 this->start = start[pid, self->fd - 1];
167 start[pid, self->fd - 1] = 0;
168 host[pid, self->fd - 1] = 0;

Completed in 31 milliseconds

1234567891011>>