Searched refs:ustack (Results 1 – 25 of 26) sorted by relevance
12
/titanic_44/usr/src/cmd/dtrace/test/tst/sparc/ |
H A D | Makefile | 35 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 D | Makefile | 35 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 D | tst.signature.d | 35 @stk[ustack()] = count(); 46 @stk[ustack()] = count();
|
/titanic_44/usr/src/cmd/dtrace/test/tst/sparc/ustack/ |
H A D | annotated_helper.d | 29 dtrace:helper:ustack:
|
H A D | helper_helper.d | 29 dtrace:helper:ustack:
|
H A D | tst.annotated.d | 33 ustack(1, 1024);
|
H A D | tst.helper.d | 42 ustack(2, 1024);
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/stack/ |
H A D | err.D_USTACK_STRSIZE.bad.d | 41 ustack(1, "badarg");
|
H A D | err.D_USTACK_FRAMES.bad.d | 41 ustack(0, 200);
|
H A D | err.D_USTACK_PROTO.bad.d | 41 ustack(1, 10, "badarg");
|
/titanic_44/usr/src/cmd/dtrace/test/tst/i386/ustack/ |
H A D | annotated_helper.d | 29 dtrace:helper:ustack:
|
H A D | helper_helper.d | 29 dtrace:helper:ustack:
|
H A D | tst.annotated.d | 33 ustack(1, 1024);
|
H A D | tst.helper.d | 42 ustack(2, 1024);
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/printa/ |
H A D | err.D_PRINTF_ARG_TYPE.ustack.d | 31 @[ustack()] = count();
|
H A D | tst.stack.d | 32 @[ustack()] = count();
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/safety/ |
H A D | tst.ustack.d | 45 ustack();
|
/titanic_44/usr/src/cmd/dtrace/demo/user/ |
H A D | badopen.d | 37 ustack();
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/ustack/ |
H A D | tst.depth.ksh | 54 ustack(100);
|
H A D | tst.spin.ksh | 54 @stacks[ustack(4)] = count();
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | thread.c | 723 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 D | Makefile | 57 ustack/tst.bigstack.exe := COPTFLAG += -xO1
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-dtrace-tests.mf | 45 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 D | check_rtime | 68 EXEC_DATA ^opt/SUNWdtrt/tst/.*/ustack/tst\.helper\.exe$
|
/titanic_44/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 3194 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