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

1234567891011>>

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dj_cputime.d77 @num[pid, "method", this->name] = count();
79 @types_incl[pid, "method", this->name] = sum(this->oncpu_incl);
80 @types_excl[pid, "method", this->name] = sum(this->oncpu_excl);
99 @num[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] = count();
100 @types[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] =
H A Dopensnoop81 opt_name=0; opt_pid=0; pname=.; pid=0
94 p) opt_pid=1; pid=$OPTARG ;;
152 inline int PID = '$pid';
202 (OPT_pid == 1 && PID == pid) ? self->ok = 1 : 1;
217 timestamp/1000, uid, pid, ppid, execname, (int)arg0, errno,
219 printf("%5d %6d ", uid, pid);
H A Dprocsystime62 opt_filter=0; opt_pid=0; opt_name=0; pid=0; pname=".";
70 p) opt_filter=1; opt_pid=1; pid=$OPTARG ;;
125 inline int PID = '$pid';
145 (OPT_pid && pid == PID) ||
147 (OPT_command && pid == $target)/
H A Dstatsnoop79 opt_name=0; opt_pid=0; opt_type=0; opt_trace=0; pname=.; pid=0; trace=.
93 p) opt_pid=1; pid=$OPTARG ;;
157 inline int PID = '$pid';
206 (OPT_pid == 1 && PID == pid) ? self->ok = 1 : 1;
250 timestamp/1000, uid, pid, ppid, execname, (int)arg0, errno,
252 printf("%5d %6d ", uid, pid);
H A Dj_classflow.d84 printf("%3d %6d %-16d %*s-> %s.%s\n", cpu, pid, timestamp / 1000,
97 printf("%3d %6d %-16d %*s<- %s.%s\n", cpu, pid, timestamp / 1000,
H A Dj_flow.d70 printf("%3d %6d %-16d %*s-> %s.%s\n", cpu, pid, timestamp / 1000,
84 printf("%3d %6d %-16d %*s<- %s.%s\n", cpu, pid, timestamp / 1000,
H A Drb_flowinfo.d72 printf("%d %6d %10d %16s:%-4d %-8s %*s-> %s\n", cpu, pid, this->delta,
84 printf("%d %6d %10d %16s:%-4d %-8s %*s<- %s\n", cpu, pid, this->delta,
H A Drwbytype.d79 @bytes[pid, execname, self->type, "R"] = sum(self->size - this->resid);
90 @bytes[pid, execname, self->type, "W"] = sum(self->size - this->resid);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/
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"] =
H A Dj_cputime.d77 @num[pid, "method", this->name] = count();
79 @types_incl[pid, "method", this->name] = sum(this->oncpu_incl);
80 @types_excl[pid, "method", this->name] = sum(this->oncpu_excl);
99 @num[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] = count();
100 @types[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] =
H A Dj_classflow.d84 printf("%3d %6d %-16d %*s-> %s.%s\n", cpu, pid, timestamp / 1000,
97 printf("%3d %6d %-16d %*s<- %s.%s\n", cpu, pid, timestamp / 1000,
H A Dj_flow.d70 printf("%3d %6d %-16d %*s-> %s.%s\n", cpu, pid, timestamp / 1000,
84 printf("%3d %6d %-16d %*s<- %s.%s\n", cpu, pid, timestamp / 1000,
/osnet-11/usr/src/cmd/hal/hald-runner/
H A Drunner.c56 GPid pid; member in struct:__anon47
74 g_spawn_close_pid(rd->pid);
143 run_exited(GPid pid, gint status, gpointer data) argument
182 pid64 = rd->pid;
198 kill(rd->pid, SIGTERM);
238 GPid pid; local
268 NULL, NULL, &pid,
292 rd->pid = pid;
297 rd->watch = g_child_watch_add(pid, run_exite
[all...]
/osnet-11/usr/src/lib/libidmap/common/
H A Didmap_api_nfsv4.c111 * Get winname given pid
114 idmap_nfsv4_getwinnamebypid(uid_t pid, int is_user, int flag, char **name) argument
126 &windomain, pid);
129 &windomain, pid);
137 rc = idmap_get_u2w_mapping(&pid, NULL, flag, is_user, NULL,
163 pid, direction);
166 pid, direction);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Dopensnoop81 opt_name=0; opt_pid=0; pname=.; pid=0
94 p) opt_pid=1; pid=$OPTARG ;;
152 inline int PID = '$pid';
202 (OPT_pid == 1 && PID == pid) ? self->ok = 1 : 1;
217 timestamp/1000, uid, pid, ppid, execname, (int)arg0, errno,
219 printf("%5d %6d ", uid, pid);
H A Dprocsystime62 opt_filter=0; opt_pid=0; opt_name=0; pid=0; pname=".";
70 p) opt_filter=1; opt_pid=1; pid=$OPTARG ;;
125 inline int PID = '$pid';
145 (OPT_pid && pid == PID) ||
147 (OPT_command && pid == $target)/
H A Dstatsnoop79 opt_name=0; opt_pid=0; opt_type=0; opt_trace=0; pname=.; pid=0; trace=.
93 p) opt_pid=1; pid=$OPTARG ;;
157 inline int PID = '$pid';
206 (OPT_pid == 1 && PID == pid) ? self->ok = 1 : 1;
250 timestamp/1000, uid, pid, ppid, execname, (int)arg0, errno,
252 printf("%5d %6d ", uid, pid);
/osnet-11/usr/src/lib/libpctx/common/
H A Dlibpctx.c166 pctx_capture(pid_t pid, void *arg, int verbose, pctx_errfn_t *errfn) argument
177 if ((pctx->Pr = Pgrab(pid, 0, &err)) == NULL) {
181 gettext("pid %d doesn't exist\n"), (int)pid);
185 gettext("pid %d is a zombie\n"), (int)pid);
189 gettext("pid %d: permission denied\n"), (int)pid);
193 gettext("pid %d is already being traced\n"),
194 (int)pid);
533 pid_t pid = Pstatus(pctx->Pr)->pr_pid; local
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DConsumer.java398 * createProcess()} and {@link #grabProcess(int pid)
581 * @return ID of the created process (pid)
589 * @see #grabProcess(int pid)
606 * @param pid process ID of the process to be grabbed
613 public void grabProcess(int pid) throws DTraceException; argument
744 * @param pid ID of the user process containing the addressed
762 * @see #lookupUserFunction(int pid, long address)
764 public String lookupUserFunction(int pid, int address); argument
770 * @param pid ID of the user process containing the addressed
776 * @see #lookupUserFunction(int pid, in
778 lookupUserFunction(int pid, long address) argument
[all...]
H A DUserStackRecord.java84 UserStackRecord(int pid, byte[] rawBytes) argument
87 processID = pid;
100 * @param pid non-negative user process ID
113 UserStackRecord(int pid, StackFrame[] frames, byte[] rawBytes) argument
116 processID = pid;
172 * @return non-negative pid
305 * pid} (where <i>pid</i> is a decimal integer) and is indented by
/osnet-11/usr/src/lib/libc/port/gen/
H A Dplock.c51 static pid_t state_pid = -1; /* pid to which state belongs */
61 pid_t pid; /* current pid */ local
70 if ((pid = getpid()) != state_pid) {
72 state_pid = pid;
/osnet-11/usr/src/lib/libcmdutils/common/
H A Ddecompress.c60 pid_t pid; member in struct:worker
161 pid_t pid; local
166 if ((pid = fork()) == -1) {
170 if (pid == 0) {
184 wk->pid = pid;
343 if (wk->pid != 0)
344 (void) kill(wk->pid, SIGTERM);
345 (void) waitpid(wk->pid, NULL, 0);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/
H A Drwbytype.d79 @bytes[pid, execname, self->type, "R"] = sum(self->size - this->resid);
90 @bytes[pid, execname, self->type, "W"] = sum(self->size - this->resid);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Ruby/
H A Drb_flowinfo.d72 printf("%d %6d %10d %16s:%-4d %-8s %*s-> %s\n", cpu, pid, this->delta,
84 printf("%d %6d %10d %16s:%-4d %-8s %*s<- %s\n", cpu, pid, this->delta,
/osnet-11/usr/src/lib/libdtrace/i386/
H A Ddt_isadep.c81 pid_t pid = Pstatus(P)->pr_pid; local
90 size = dt_instr_size(&text[i], dtp, pid, symp->st_value + i,
126 pid_t pid = Pstatus(P)->pr_pid; local
164 size = dt_instr_size(&text[i], dtp, pid,
197 size = dt_instr_size(&text[i], dtp, pid,
278 pid_t pid = Pstatus(P)->pr_pid; local
319 size = dt_instr_size(&text[i], dtp, pid,
352 pid_t pid = Pstatus(P)->pr_pid; local
384 size = dt_instr_size(&text[i], dtp, pid,
399 size = dt_instr_size(&text[i], dtp, pid,
423 pid_t pid; member in struct:dtrace_dis
458 dt_instr_size(uchar_t *instr, dtrace_hdl_t *dtp, pid_t pid, uintptr_t addr, char dmodel) argument
[all...]

Completed in 1287 milliseconds

1234567891011>>