Searched refs:pid (Results 26 - 50 of 310) sorted by relevance

1234567891011>>

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.pid1.d31 * To print 'pid' and make sure it succeeds.
40 printf("process id = %d \n", pid);
H A Dtst.pid.d31 * To print 'pid' from profile.
44 printf("process id = %d \n", pid);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/docsExamples/
H A Drw.d40 /pid == 102429/
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/scripting/
H A Derr.D_OP_LVAL.rdonly.d41 $pid++;
H A Derr.D_OP_WRITE.usepidmacro.d41 pid = 1;
H A Derr.D_SYNTAX.concat.d42 /i = 123$pid/
H A Derr.D_SYNTAX.pid.d41 i = 123$pid;
H A Dtst.assign.d41 processid = $pid;
H A Dtst.pid.d33 * Script which prints pid.
41 printf("The pid is %d\n", $pid);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/i386/pid/
H A Dtst.badinstr.d33 pid$1:a.out:badfunc:entry
H A Dtst.embedded.d40 pid$1:a.out:waiting:entry
47 pid$1:a.out:main:,
48 pid$1:a.out:inner:
53 /pid == $1/
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/profile/
H A Dprof.d30 /pid != 0/
32 @proc[pid, execname] = count();
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/pid/
H A Dtst.fork.d32 * SECTION: pid provider
37 pid$1:a.out:waiting:entry
45 /pid == $1/
48 trace(pid);
51 pid$1:a.out:go:
52 /pid == child/
54 trace("wrong pid");
59 /pid == $1 || pid == child/
62 trace(pid);
[all...]
H A Dtst.weak1.d32 * SECTION: pid provider
46 /pid == $1/
56 pid$1:a.out:go:entry,
57 pid$1:a.out:_go:entry
63 pid$1:a.out:go:entry,
64 pid$1:a.out:_go:entry
71 pid$1:a.out:go:entry,
72 pid$1:a.out:_go:entry
H A Dtst.weak2.d32 * SECTION: pid provider
46 /pid == $1/
56 pid$1:a.out:go:entry,
57 pid$1:a.out:_go:entry
63 pid$1:a.out:go:entry,
64 pid$1:a.out:_go:entry
71 pid$1:a.out:go:entry,
72 pid$1:a.out:_go:entry
H A Dtst.emptystack.d30 * ASSERTION: the stack() action should be empty for all pid probes
32 * SECTION: pid provider
45 pid$1:::return
50 pid$1:a.out::
55 pid$1:::entry
H A Dtst.probemod.ksh43 pid=$!
44 dtrace -n "pid$pid:$lib::entry" -n 'tick-2s{exit(0);}'
47 kill $pid
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/safety/
H A Dtst.pid.d31 * collect pid at every fbt probe and at every firing of a
37 @a[pid] = count();
42 @a[pid] = count();
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/scalars/
H A Dtst.selfarray2.d34 int pid;
41 /!self->foo[0].pid/
43 self->foo[0].pid = pid;
48 /self->foo[0].pid != pid/
51 pid, self->foo[0].pid, self->foo[0].curthread, curthread);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/script/
H A Dtracewrite.d30 /pid == $1/
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/user/
H A Derrorpath.d27 pid$1::$2:entry
34 pid$1::$2:
40 pid$1::$2:return
47 pid$1::$2:return
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_AGG_SCALAR.avgtoofew.d41 @a[pid] = avg(probefunc);
H A Derr.D_AGG_SCALAR.stddevtoofew.d39 @a[pid] = stddev(probefunc);
H A Derr.D_PROTO_ARG.lquantizetoofew.d40 @a[pid] = lquantize(probefunc, probefunc, probefunc, probefunc);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/sched/
H A Dtst.oncpu.d33 /pid == $pid/
39 /pid == $pid && self->on/

Completed in 64 milliseconds

1234567891011>>