Home
last modified time | relevance | path

Searched refs:ustack (Results 1 – 25 of 25) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/
H A DMakefile33 all: ustack/tst.helper.exe ustack/tst.annotated.exe
35 ustack/tst.helper.exe: ustack/tst.helper.o ustack/helper_helper.o
36 $(LINK.c) -o ustack/tst.helper.exe \
37 ustack/tst.helper.o ustack/helper_helper.o $(LDLIBS)
40 ustack/helper_helper.o: ustack/helper_helper.d
41 $(COMPILE.d) -o ustack/helper_helper.o -s ustack/helper_helper.d
43 ustack/tst.annotated.exe: ustack/tst.annotated.o ustack/annotated_helper.o
44 $(LINK.c) -o ustack/tst.annotated.exe \
45 ustack/tst.annotated.o ustack/annotated_helper.o $(LDLIBS)
48 ustack/annotated_helper.o: ustack/annotated_helper.d
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/
H A DMakefile33 ustack/tst.helper.exe := MAPFILE.NED=
35 ustack/tst.helper.exe: ustack/tst.helper.o ustack/helper_helper.o
36 $(LINK.c) -o ustack/tst.helper.exe \
37 ustack/tst.helper.o ustack/helper_helper.o $(LDLIBS)
40 ustack/helper_helper.o: ustack/helper_helper.d
41 $(COMPILE.d) -o ustack/helper_helper.o -s ustack/helper_helper.d
43 ustack/tst.annotated.exe: ustack/tst.annotated.o ustack/annotated_helper.o
44 $(LINK.c) -o ustack/tst.annotated.exe \
45 ustack/tst.annotated.o ustack/annotated_helper.o $(LDLIBS)
48 ustack/annotated_helper.o: ustack/annotated_helper.d
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.signature.d33 @stk[ustack()] = count();
44 @stk[ustack()] = count();
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/ustack/
H A Dannotated_helper.d29 dtrace:helper:ustack:
H A Dhelper_helper.d27 dtrace:helper:ustack:
H A Dtst.annotated.d31 ustack(1, 1024);
H A Dtst.helper.d40 ustack(2, 1024);
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/ustack/
H A Dannotated_helper.d27 dtrace:helper:ustack:
H A Dhelper_helper.d27 dtrace:helper:ustack:
H A Dtst.helper.d40 ustack(2, 1024);
H A Dtst.annotated.d31 ustack(1, 1024);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/stack/
H A Derr.D_USTACK_FRAMES.bad.d39 ustack(0, 200);
H A Derr.D_USTACK_PROTO.bad.d39 ustack(1, 10, "badarg");
H A Derr.D_USTACK_STRSIZE.bad.d39 ustack(1, "badarg");
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/printa/
H A Derr.D_PRINTF_ARG_TYPE.ustack.d29 @[ustack()] = count();
H A Dtst.stack.d30 @[ustack()] = count();
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.ustack.d43 ustack();
/illumos-gate/usr/src/cmd/dtrace/demo/user/
H A Dbadopen.d37 ustack();
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh54 ustack(100);
H A Dtst.spin.ksh54 @stacks[ustack(4)] = count();
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c788 caddr_t ustack; /* userland copy of kernel stack */ in stackinfo() local
956 ustart = ustack = (caddr_t)mdb_alloc(usize + 8, UM_SLEEP); in stackinfo()
964 mdb_free((void *)ustack, usize + 8); in stackinfo()
1017 mdb_free((void *)ustack, usize + 8); in stackinfo()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/
H A DMakefile59 ustack/tst.bigstack.exe := COPTFLAG += -xO1
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-dtrace-tests.p5m84 dir path=opt/SUNWdtrt/tst/$(ARCH)/ustack
85 file path=opt/SUNWdtrt/tst/$(ARCH)/ustack/tst.annotated.d mode=0444
87 file path=opt/SUNWdtrt/tst/$(ARCH)/ustack/tst.annotated.exe mode=0555
88 file path=opt/SUNWdtrt/tst/$(ARCH)/ustack/tst.circstack.d mode=0444
90 file path=opt/SUNWdtrt/tst/$(ARCH)/ustack/tst.helper.d mode=0444
91 file path=opt/SUNWdtrt/tst/$(ARCH)/ustack/tst.helper.d.out mode=0444
92 file path=opt/SUNWdtrt/tst/$(ARCH)/ustack/tst.helper.exe mode=0555
1468 file path=opt/SUNWdtrt/tst/common/safety/tst.ustack.d mode=0444
2027 dir path=opt/SUNWdtrt/tst/common/ustack
2031 file path=opt/SUNWdtrt/tst/common/ustack/tst.spin.exe mode=0555
[all …]
/illumos-gate/exception_lists/
H A Dcheck_rtime77 EXEC_DATA ^opt/SUNWdtrt/tst/.*/ustack/tst\.helper\.exe$
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c3360 uint64_t ustack[3]; in dtrace_dif_variable() local
3369 ustack[2] = 0; in dtrace_dif_variable()
3371 dtrace_getupcstack(ustack, 3); in dtrace_dif_variable()
3373 mstate->dtms_ucaller = ustack[2]; in dtrace_dif_variable()