Searched refs:ustack (Results 1 - 23 of 23) sorted by relevance
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/stack/ |
H A D | err.D_USTACK_FRAMES.bad.d | 31 * ustack() first argument must be a non-zero positive integer constant 33 * SECTION: User Process Tracing/ustack(); 34 * Actions and Subroutines/ustack() 41 ustack(0, 200);
|
H A D | err.D_USTACK_PROTO.bad.d | 31 * ustack() accepts two arguments 33 * SECTION: User Process Tracing/ustack(); 34 * Actions and Subroutines/ustack() 41 ustack(1, 10, "badarg");
|
H A D | err.D_USTACK_STRSIZE.bad.d | 31 * ustack() second argument must be a positive integer constant. 33 * SECTION: User Process Tracing/ustack(); 34 * Actions and Subroutines/ustack() 41 ustack(1, "badarg");
|
/illumos-gate/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);
|
/illumos-gate/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);
|
/illumos-gate/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();
|
/illumos-gate/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_helpe [all...] |
/illumos-gate/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_helpe [all...] |
/illumos-gate/usr/src/cmd/dtrace/demo/user/ |
H A D | badopen.d | 37 ustack();
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/ |
H A D | tst.ustack.d | 31 * Call ustack() at every fbt probe point. 33 * SECTION: Actions and Subroutines/ustack(); 45 ustack();
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.signature.d | 35 @stk[ustack()] = count(); 46 @stk[ustack()] = count();
|
/illumos-gate/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();
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | thread.c | 723 caddr_t ustack; /* userland copy of kernel stack */ local 903 ustart = ustack = (caddr_t)mdb_alloc(usize + 8, UM_SLEEP); 911 mdb_free((void *)ustack, usize + 8); 967 mdb_free((void *)ustack, usize + 8);
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ |
H A D | Makefile | 58 ustack/tst.bigstack.exe := COPTFLAG += -xO1
|
/illumos-gate/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 3346 uint64_t ustack[3]; local 3355 ustack[2] = NULL; 3357 dtrace_getupcstack(ustack, 3); 3359 mstate->dtms_ucaller = ustack[2]; 15376 if (strcmp(desc->dtpd_func, "ustack") != 0)
|
Completed in 168 milliseconds