Home
last modified time | relevance | path

Searched refs:amd64_frame (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/amd64/amd64/
HDdb_trace.c190 static void db_nextframe(struct amd64_frame **, db_addr_t *, struct thread *);
191 static int db_numargs(struct amd64_frame *);
206 struct amd64_frame *fp; in db_numargs()
289 db_nextframe(struct amd64_frame **fp, db_addr_t *ip, struct thread *td) in db_nextframe()
347 *fp = (struct amd64_frame *) rbp; in db_nextframe()
383 *fp = (struct amd64_frame *) rbp; in db_nextframe()
388 struct amd64_frame *frame, db_addr_t pc, int count) in db_backtrace()
390 struct amd64_frame *actframe; in db_backtrace()
490 struct amd64_frame *frame; in db_trace_self()
495 frame = (struct amd64_frame *)rbp; in db_trace_self()
[all …]
HDstack_machdep.c45 struct amd64_frame *frame; in stack_capture()
49 frame = (struct amd64_frame *)rbp; in stack_capture()
/trueos/sys/cddl/dev/dtrace/amd64/
HDdtrace_isa.c60 struct amd64_frame *frame; in dtrace_getpcstack()
71 frame = (struct amd64_frame *)rbp; in dtrace_getpcstack()
139 offsetof(struct amd64_frame, f_retaddr))); in dtrace_getustack_common()
335 offsetof(struct amd64_frame, f_retaddr))); in dtrace_getufpstack()
360 struct amd64_frame *fp = (struct amd64_frame *)dtrace_getfp(); in dtrace_getarg()
458 struct amd64_frame *frame; in dtrace_getstackdepth()
463 frame = (struct amd64_frame *)rbp; in dtrace_getstackdepth()
/trueos/sys/amd64/include/
HDstack.h38 struct amd64_frame { struct
39 struct amd64_frame *f_frame; argument