Searched refs:pid (Results 51 - 75 of 310) sorted by relevance

1234567891011>>

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.annotated.d31 pid$1:a.out:baz:entry
H A Dtst.helper.d40 pid$1:a.out:baz:entry
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/sparc/pid/
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/
H A Dtst.branch.d40 pid$1:a.out:waiting:entry
47 pid$1:a.out:main:,
48 pid$1:a.out:other:
52 pid$1:a.out:bad:entry
58 /pid == $1/
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.annotated.d31 pid$1:a.out:baz:entry
H A Dtst.helper.d40 pid$1:a.out:baz:entry
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/intro/
H A Dtrussrw.d29 /pid == $1/
35 /pid == $1/
H A Drwtime.d29 /pid == $1/
36 /pid == $1 && ts[probefunc] != 0/
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.d32 /pid == 0 && args[1]->pr_pid == $1 && args[2] == SIGUSR1/
38 /pid == $1 && args[0] == SIGUSR1 && sent/
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/aggs/
H A Dtst.multiaggs1.d48 @a[pid] = max(new_time);
49 @b[pid] = min(new_time);
50 @c[pid] = avg(new_time);
51 @d[pid] = sum(new_time);
52 @e[pid] = quantize(new_time);
53 @f[pid] = stddev(new_time);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/i386/pid/
H A Dtst.branch.d40 pid$1:a.out:waiting:entry
47 pid$1:a.out:main:,
48 pid$1:a.out:other:
52 pid$1:a.out:bad:entry
58 /pid == $1/
H A Dtst.ret.d36 pid$1:a.out:waiting:entry
43 pid$1:a.out:ret*:
48 pid$1:a.out:ret*:return
52 pid$1:a.out:done:entry
57 pid$1:a.out:main:return
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/struct/
H A Dkstat.d27 pid$1:libkstat:kstat_data_lookup:entry
32 pid$1:libkstat:kstat_data_lookup:return
40 pid$1:libkstat:kstat_data_lookup:return
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/pid/
H A Dtst.ret1.d32 * SECTION: pid provider
46 /pid == $1/
56 pid$1:a.out:go:return
62 pid$1:a.out:go:return
H A Dtst.ret2.d32 * SECTION: pid provider
46 /pid == $1/
56 pid$1:a.out:go:return
62 pid$1:a.out:go:return
H A Dtst.gcc.c35 pid_t pid; local
37 (void) posix_spawn(&pid, "/usr/bin/ls", NULL, NULL, NULL, NULL);
39 (void) waitpid(pid, NULL, 0);
H A Dtst.coverage.d32 * SECTION: pid provider
44 pid$1:a.out::
H A Dtst.float.d32 * SECTION: pid provider
43 pid$1:a.out:main:
H A Dtst.gcc.d33 * SECTION: pid provider
45 pid$1:a.out::
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d50 (long long)curthread, pid, tid,
60 (long long) curthread, pid, tid,
68 (long long)curthread, pid, tid);
74 (long long)curthread, pid, tid, (int)arg1, (int)arg0);
80 (long long)curthread, pid, tid, arg0);
86 (long long) curthread, pid, tid, arg0);
H A Dtst.schrock.ksh44 pid\$target::\$1:entry
49 pid\$target:::entry
55 pid\$target:::return
61 pid\$target::\$1:return
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/docsExamples/
H A Drwtime.d40 /pid == 100551/
47 /(ts[probefunc] != 0) && (pid == 100551)/
H A Dtruss.d46 /pid == 102473/
52 /pid == 102473/
H A Dtrussrw.d42 /pid == 100551/
49 /pid == 100551/
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/io/
H A Dwhoio.d31 @[args[1]->dev_statname, execname, pid] = sum(args[0]->b_bcount);

Completed in 282 milliseconds

1234567891011>>