Searched refs:dtrace_getpcstack (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/sys/cddl/dev/dtrace/arm/ |
| HD | dtrace_isa.c | 69 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack() function 87 state.registers[PC] = (uint32_t)dtrace_getpcstack; in dtrace_getpcstack()
|
| /NextBSD/sys/cddl/dev/dtrace/aarch64/ |
| HD | dtrace_isa.c | 68 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack() function 88 state.pc = (uint64_t)dtrace_getpcstack; in dtrace_getpcstack()
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| HD | dtrace_impl.h | 1288 extern void dtrace_getpcstack(pc_t *, int, int, uint32_t *);
|
| /NextBSD/sys/cddl/dev/dtrace/amd64/ |
| HD | dtrace_isa.c | 55 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack() function
|
| /NextBSD/sys/cddl/dev/dtrace/mips/ |
| HD | dtrace_isa.c | 80 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack() function
|
| /NextBSD/sys/cddl/dev/dtrace/powerpc/ |
| HD | dtrace_isa.c | 159 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack() function
|
| /NextBSD/sys/cddl/dev/dtrace/i386/ |
| HD | dtrace_isa.c | 58 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack() function
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| HD | dtrace.c | 3338 dtrace_getpcstack(caller, 2, aframes, in dtrace_dif_variable() 3350 dtrace_getpcstack(&caller, 1, aframes, NULL); in dtrace_dif_variable() 7396 dtrace_getpcstack((pc_t *)(tomax + valoffs),
|