Home
last modified time | relevance | path

Searched refs:pcstack (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/cddl/osnet/dev/dtrace/aarch64/
H A Ddtrace_isa.c89 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack() argument
98 pcstack[i++] = (pc_t)intrpc; in dtrace_getpcstack()
111 pcstack[i++] = fp[1]; in dtrace_getpcstack()
132 pcstack[i++] = tf->tf_pc; in dtrace_getpcstack()
145 pcstack[i++] = 0; in dtrace_getpcstack()
149 dtrace_getustack_common(uint64_t *pcstack, int pcstack_limit, uintptr_t pc, in dtrace_getustack_common() argument
157 ASSERT(pcstack == NULL || pcstack_limit > 0); in dtrace_getustack_common()
170 if (pcstack != NULL) { in dtrace_getustack_common()
171 *pcstack++ = (uint64_t)pc; in dtrace_getustack_common()
212 dtrace_getupcstack(uint64_t *pcstack, int pcstack_limit) in dtrace_getupcstack() argument
[all …]
/netbsd-src/external/cddl/osnet/dev/dtrace/amd64/
H A Ddtrace_isa.c60 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack() argument
70 pcstack[depth++] = (pc_t) intrpc; in dtrace_getpcstack()
89 pcstack[depth++] = caller; in dtrace_getpcstack()
93 pcstack[depth++] = callpc; in dtrace_getpcstack()
104 pcstack[depth] = 0; in dtrace_getpcstack()
109 dtrace_getustack_common(uint64_t *pcstack, int pcstack_limit, uintptr_t pc, in dtrace_getustack_common() argument
117 ASSERT(pcstack == NULL || pcstack_limit > 0); in dtrace_getustack_common()
131 if (pcstack != NULL) { in dtrace_getustack_common()
132 *pcstack++ = (uint64_t)pc; in dtrace_getustack_common()
168 dtrace_getupcstack(uint64_t *pcstack, int pcstack_limit) in dtrace_getupcstack() argument
[all …]
/netbsd-src/external/cddl/osnet/dev/dtrace/i386/
H A Ddtrace_isa.c62 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack() argument
72 pcstack[depth++] = (pc_t) intrpc; in dtrace_getpcstack()
91 pcstack[depth++] = caller; in dtrace_getpcstack()
95 pcstack[depth++] = callpc; in dtrace_getpcstack()
106 pcstack[depth] = 0; in dtrace_getpcstack()
111 dtrace_getustack_common(uint64_t *pcstack, int pcstack_limit, uintptr_t pc, in dtrace_getustack_common() argument
124 ASSERT(pcstack == NULL || pcstack_limit > 0); in dtrace_getustack_common()
148 if (pcstack != NULL) { in dtrace_getustack_common()
149 *pcstack++ = (uint64_t)pc; in dtrace_getustack_common()
219 dtrace_getupcstack(uint64_t *pcstack, int pcstack_limit) in dtrace_getupcstack() argument
[all …]
/netbsd-src/external/cddl/osnet/dev/dtrace/arm/
H A Ddtrace_isa.c69 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack() argument
80 pcstack[depth++] = (pc_t) intrpc; in dtrace_getpcstack()
106 pcstack[depth++] = caller; in dtrace_getpcstack()
110 pcstack[depth++] = scp; in dtrace_getpcstack()
147 pcstack[depth] = 0; in dtrace_getpcstack()
152 dtrace_getupcstack(uint64_t *pcstack, int pcstack_limit) in dtrace_getupcstack() argument
165 dtrace_getufpstack(uint64_t *pcstack, uint64_t *fpstack, int pcstack_limit) in dtrace_getufpstack() argument
/netbsd-src/external/cddl/osnet/dev/dtrace/mips/
H A Ddtrace_isa.c93 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack() argument
102 pcstack[depth++] = (pc_t) intrpc; in dtrace_getpcstack()
124 pcstack[depth++] = caller; in dtrace_getpcstack()
128 pcstack[depth++] = callpc; in dtrace_getpcstack()
136 pcstack[depth] = 0; in dtrace_getpcstack()
141 dtrace_getupcstack(uint64_t *pcstack, int pcstack_limit) in dtrace_getupcstack() argument
161 *pcstack++ = (uint64_t)p->p_pid; in dtrace_getupcstack()
170 *pcstack++ = (uint64_t)pc; in dtrace_getupcstack()
179 *pcstack++ = pc; in dtrace_getupcstack()
188 *pcstack++ = 0; in dtrace_getupcstack()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbe.cc7261 Vector<Vector<Obj>*> *pcstack = new Vector<Vector<Obj>*>(lam->size ()); in dbeGetLeakListInfo() local
7295 pcstack->store (index, jivals2); in dbeGetLeakListInfo()
7308 earray->store (1, pcstack); in dbeGetLeakListInfo()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbe.cc7261 Vector<Vector<Obj>*> *pcstack = new Vector<Vector<Obj>*>(lam->size ()); in dbeGetLeakListInfo() local
7295 pcstack->store (index, jivals2); in dbeGetLeakListInfo()
7308 earray->store (1, pcstack); in dbeGetLeakListInfo()