Searched defs:dtrace_getpcstack (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/intel/dtrace/ |
H A D | dtrace_isa.c | 43 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, function
|
/illumos-gate/usr/src/uts/sparc/dtrace/ |
H A D | dtrace_isa.c | 75 * (a) dtrace_getpcstack() is called from probe context. Thus, the call 79 * (b) dtrace_getpcstack() is willing to sacrifice some performance to get 82 * are arbitrary user-level analysis tools; dtrace_getpcstack() must 86 * (c) dtrace_getpcstack() _always_ fills in pcstack_limit pc_t's -- filling 88 * Due to this behavior dtrace_getpcstack() returns void. 90 * (d) dtrace_getpcstack() takes a third parameter, aframes, that 96 * (e) dtrace_getpcstack() takes a fourth parameter, pc, that indicates 103 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, uint32_t *pc) function 326 * consistent. If we call dtrace_getpcstack()
|
Completed in 45 milliseconds