Home
last modified time | relevance | path

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

12

/titanic_44/usr/src/cmd/dtrace/test/tst/sparc/
H A DMakefile35 all: ustack/tst.helper.exe ustack/tst.annotated.exe
37 ustack/tst.helper.exe: ustack/tst.helper.o ustack/helper_helper.o
38 $(LINK.c) -o ustack/tst.helper.exe \
39 ustack/tst.helper.o ustack/helper_helper.o $(LDLIBS)
42 ustack/helper_helper.o: ustack/helper_helper.d
43 $(COMPILE.d) -o ustack/helper_helper.o -s ustack/helper_helper.d
45 ustack/tst.annotated.exe: ustack/tst.annotated.o ustack/annotated_helper.o
46 $(LINK.c) -o ustack/tst.annotated.exe \
47 ustack/tst.annotated.o ustack/annotated_helper.o $(LDLIBS)
50 ustack/annotated_helper.o: ustack/annotated_helper.d
[all …]
/titanic_44/usr/src/cmd/dtrace/test/tst/i386/
H A DMakefile35 ustack/tst.helper.exe := MAPFILE.NED=
37 ustack/tst.helper.exe: ustack/tst.helper.o ustack/helper_helper.o
38 $(LINK.c) -o ustack/tst.helper.exe \
39 ustack/tst.helper.o ustack/helper_helper.o $(LDLIBS)
42 ustack/helper_helper.o: ustack/helper_helper.d
43 $(COMPILE.d) -o ustack/helper_helper.o -s ustack/helper_helper.d
45 ustack/tst.annotated.exe: ustack/tst.annotated.o ustack/annotated_helper.o
46 $(LINK.c) -o ustack/tst.annotated.exe \
47 ustack/tst.annotated.o ustack/annotated_helper.o $(LDLIBS)
50 ustack/annotated_helper.o: ustack/annotated_helper.d
[all …]
/titanic_44/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.signature.d35 @stk[ustack()] = count();
46 @stk[ustack()] = count();
/titanic_44/usr/src/cmd/dtrace/test/tst/sparc/ustack/
H A Dannotated_helper.d29 dtrace:helper:ustack:
H A Dhelper_helper.d29 dtrace:helper:ustack:
H A Dtst.annotated.d33 ustack(1, 1024);
H A Dtst.helper.d42 ustack(2, 1024);
/titanic_44/usr/src/cmd/dtrace/test/tst/common/stack/
H A Derr.D_USTACK_STRSIZE.bad.d41 ustack(1, "badarg");
H A Derr.D_USTACK_FRAMES.bad.d41 ustack(0, 200);
H A Derr.D_USTACK_PROTO.bad.d41 ustack(1, 10, "badarg");
/titanic_44/usr/src/cmd/dtrace/test/tst/i386/ustack/
H A Dannotated_helper.d29 dtrace:helper:ustack:
H A Dhelper_helper.d29 dtrace:helper:ustack:
H A Dtst.annotated.d33 ustack(1, 1024);
H A Dtst.helper.d42 ustack(2, 1024);
/titanic_44/usr/src/cmd/dtrace/test/tst/common/printa/
H A Derr.D_PRINTF_ARG_TYPE.ustack.d31 @[ustack()] = count();
H A Dtst.stack.d32 @[ustack()] = count();
/titanic_44/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.ustack.d45 ustack();
/titanic_44/usr/src/cmd/dtrace/demo/user/
H A Dbadopen.d37 ustack();
/titanic_44/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh54 ustack(100);
H A Dtst.spin.ksh54 @stacks[ustack(4)] = count();
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c723 caddr_t ustack; /* userland copy of kernel stack */ in stackinfo() local
903 ustart = ustack = (caddr_t)mdb_alloc(usize + 8, UM_SLEEP); in stackinfo()
911 mdb_free((void *)ustack, usize + 8); in stackinfo()
967 mdb_free((void *)ustack, usize + 8); in stackinfo()
/titanic_44/usr/src/cmd/dtrace/test/tst/common/
H A DMakefile57 ustack/tst.bigstack.exe := COPTFLAG += -xO1
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-dtrace-tests.mf45 dir path=opt/SUNWdtrt/tst/$(ARCH)/ustack
126 dir path=opt/SUNWdtrt/tst/common/ustack
171 file path=opt/SUNWdtrt/tst/$(ARCH)/ustack/tst.annotated.d mode=0444
172 file path=opt/SUNWdtrt/tst/$(ARCH)/ustack/tst.annotated.d.out mode=0444
173 file path=opt/SUNWdtrt/tst/$(ARCH)/ustack/tst.annotated.exe mode=0555
174 file path=opt/SUNWdtrt/tst/$(ARCH)/ustack/tst.circstack.d mode=0444
175 file path=opt/SUNWdtrt/tst/$(ARCH)/ustack/tst.circstack.exe mode=0555
176 file path=opt/SUNWdtrt/tst/$(ARCH)/ustack/tst.helper.d mode=0444
177 file path=opt/SUNWdtrt/tst/$(ARCH)/ustack/tst.helper.d.out mode=0444
178 file path=opt/SUNWdtrt/tst/$(ARCH)/ustack/tst.helper.exe mode=0555
[all …]
/titanic_44/exception_lists/
H A Dcheck_rtime68 EXEC_DATA ^opt/SUNWdtrt/tst/.*/ustack/tst\.helper\.exe$
/titanic_44/usr/src/uts/common/dtrace/
H A Ddtrace.c3194 uint64_t ustack[3]; in dtrace_dif_variable() local
3203 ustack[2] = NULL; in dtrace_dif_variable()
3205 dtrace_getupcstack(ustack, 3); in dtrace_dif_variable()
3207 mstate->dtms_ucaller = ustack[2]; in dtrace_dif_variable()

12